Changes between Initial Version and Version 1 of Ticket #17762, comment 3
- Timestamp:
- Feb 25, 2012, 12:18:42 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17762, comment 3
initial v1 4 4 5 5 1. Created a project. 6 2. Added an application by simply the `tests/regressiontests/multiple_database` Django trunk regression test (here I'm trusting it to assure us multi-DB functionality is effectively working) to a `mdb` application directory and adding it to the INSTALLED_APPS setting.6 2. Added an application by simply copying the `tests/regressiontests/multiple_database` Django trunk regression test (here I'm trusting it to assure us multi-DB functionality is effectively working) to a `mdb` application directory and adding it to the INSTALLED_APPS setting. 7 7 8 8 This means some 'multiple_database' -> 'mdb' replacements must be made in the app files: