Changes between Version 22 and Version 23 of BackwardsIncompatibleChanges


Ignore:
Timestamp:
Oct 20, 2005, 11:31:06 AM (19 years ago)
Author:
Adrian Holovaty
Comment:

Added note about deleting myproject/settings directory.

Legend:

Unmodified
Added
Removed
Modified
  • BackwardsIncompatibleChanges

    v22 v23  
    184184 * Edit {{{myproject/settings.py}}} to change {{{ROOT_URLCONF}}} from {{{"myproject.settings.urls.main"}}} to {{{"myproject.urls"}}}.
    185185 * Change {{{DJANGO_SETTINGS_MODULE}}} in Apache configuration from {{{"myproject.settings.main"}}} to {{{"myproject.settings"}}}.
     186 * Having done all this, delete the directory {{{myproject/settings}}}.
Back to Top