Changes between Version 20 and Version 21 of BackwardsIncompatibleChanges


Ignore:
Timestamp:
Oct 19, 2005, 12:20:29 PM (19 years ago)
Author:
liquidx
Comment:

remind to change DJANGO_SETTINGS_MODULE as well

Legend:

Unmodified
Added
Removed
Modified
  • BackwardsIncompatibleChanges

    v20 v21  
    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 * Change {{{DJANGO_SETTINGS_MODULE}}} in Apache configuration from {{{myproject.settings.main}}} to {{{myproject.settings}}}.
Back to Top