Changes between Version 23 and Version 24 of BackwardsIncompatibleChanges
- Timestamp:
- Oct 21, 2005, 12:17:46 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v23 v24 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 * If you use {{{myproject/settings/main_rss.py}}} to describe your RSS feeds, move it to {{{myproject/settings_rss.py}}}. 185 186 * Change {{{DJANGO_SETTINGS_MODULE}}} in Apache configuration from {{{"myproject.settings.main"}}} to {{{"myproject.settings"}}}. 186 187 * Having done all this, delete the directory {{{myproject/settings}}}.