Changes between Version 21 and Version 22 of BackwardsIncompatibleChanges
- Timestamp:
- Oct 19, 2005, 12:20:56 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v21 v22 183 183 * Move {{{myproject/settings/main.py}}} to {{{myproject/settings.py}}}. 184 184 * Edit {{{myproject/settings.py}}} to change {{{ROOT_URLCONF}}} from {{{"myproject.settings.urls.main"}}} to {{{"myproject.urls"}}}. 185 * Change {{{DJANGO_SETTINGS_MODULE}}} in Apache configuration from {{{ myproject.settings.main}}} to {{{myproject.settings}}}.185 * Change {{{DJANGO_SETTINGS_MODULE}}} in Apache configuration from {{{"myproject.settings.main"}}} to {{{"myproject.settings"}}}.