Merge lp:~cjohnston/summit/default-database into lp:summit

Proposed by Chris Johnston
Status: Merged
Approved by: Chris Johnston
Approved revision: 517
Merged at revision: 517
Proposed branch: lp:~cjohnston/summit/default-database
Merge into: lp:summit
Diff against target: 14 lines (+2/-2)
1 file modified
summit/settings.py (+2/-2)
To merge this branch: bzr merge lp:~cjohnston/summit/default-database
Reviewer Review Type Date Requested Status
Adnane Belmadiaf Approve
Review via email: mp+157009@code.launchpad.net

Commit message

Change default DB for easier automated testing

To post a comment you must log in.
Revision history for this message
Adnane Belmadiaf (daker) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'summit/settings.py'
2--- summit/settings.py 2013-03-09 05:14:19 +0000
3+++ summit/settings.py 2013-04-04 02:20:30 +0000
4@@ -37,8 +37,8 @@
5 'default': {
6 'ENGINE': 'django.db.backends.postgresql_psycopg2',
7 'NAME': 'summit',
8- 'USER': 'postgres',
9- 'PASSWORD': '',
10+ 'USER': 'summit',
11+ 'PASSWORD': 'password',
12 'HOST': 'localhost',
13 'PORT': '',
14 },

Subscribers

People subscribed via source and target branches