Ethan Fremen has proposed merging lp:~mindlace/postorius/standalone_use_wd_db 
into lp:~mailman-coders/postorius/postorius_standalone.

Requested reviews:
  Mailman Coders (mailman-coders)

For more details, see:
https://code.launchpad.net/~mindlace/postorius/standalone_use_wd_db/+merge/122866

Make settings.py use PROJECT_PATH for location of db.
Change .bzrignore to ignore the db.
-- 
https://code.launchpad.net/~mindlace/postorius/standalone_use_wd_db/+merge/122866
Your team Mailman Coders is requested to review the proposed merge of 
lp:~mindlace/postorius/standalone_use_wd_db into 
lp:~mailman-coders/postorius/postorius_standalone.
=== added file '.bzrignore'
--- .bzrignore	1970-01-01 00:00:00 +0000
+++ .bzrignore	2012-09-05 13:08:33 +0000
@@ -0,0 +1,1 @@
+postorius.db

=== modified file 'settings.py'
--- settings.py	2012-07-16 20:26:43 +0000
+++ settings.py	2012-09-05 13:08:33 +0000
@@ -45,7 +45,7 @@
 DATABASES = {
     'default': {
         'ENGINE': 'django.db.backends.sqlite3',
-        'NAME': '/path/to/postorius_standalone/postorius.db'
+        'NAME': PROJECT_PATH+'/postorius.db'
     }
 }
 

_______________________________________________
Mailman-coders mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-coders

Reply via email to