Merge lp:~james-w/udd/multi-db into lp:udd
Status: | Work in progress |
---|---|
Proposed branch: | lp:~james-w/udd/multi-db |
Merge into: | lp:udd |
Prerequisite: | lp:~james-w/udd/management-commands |
Diff against target: |
48 lines (+26/-6) 1 file modified
django_project/settings.py (+26/-6) |
To merge this branch: | bzr merge lp:~james-w/udd/multi-db |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jonathan Lange (community) | Approve | ||
Review via email: mp+85725@code.launchpad.net |
Description of the change
Hi,
This configures django to have multiple dbs, using the same files
as the existing db files.
There will be no behaviour change here, it's just setting up the
aliases for later use.
Thanks,
James
Unmerged revisions
- 565. By James Westby
-
Merged management-commands into multi-db.
- 564. By James Westby
-
Turns out that django requires a default db, contrary to the docs.
- 563. By James Westby
-
Dont use the deleted paths module.
- 562. By James Westby
-
Don't have a default db so that every access has to be qualified.
- 561. By James Westby
-
Merged management-commands into multi-db.
- 560. By James Westby
-
Define the different databases.
- 559. By James Westby
-
Move the deletion of revids in to another script.
It's import-package specific, so it doesn't really belong in the
requeue script. - 558. By James Westby
-
Add management commands for the things that touch the db.
- 557. By James Westby
-
Drop it from the crontab too.
- 556. By James Westby
-
Drop email_failures as it isn't used.