Changes between Version 23 and Version 24 of BackwardsIncompatibleChanges


Ignore:
Timestamp:
Oct 21, 2005, 12:17:46 AM (19 years ago)
Author:
eugene@…
Comment:

added info on moving main_rss.py

Legend:

Unmodified
Added
Removed
Modified
  • BackwardsIncompatibleChanges

    v23 v24  
    183183 * Move {{{myproject/settings/main.py}}} to {{{myproject/settings.py}}}.
    184184 * 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}}}.
    185186 * Change {{{DJANGO_SETTINGS_MODULE}}} in Apache configuration from {{{"myproject.settings.main"}}} to {{{"myproject.settings"}}}.
    186187 * Having done all this, delete the directory {{{myproject/settings}}}.
Back to Top