Changes between Version 13 and Version 14 of MagicRemovalCheatSheet


Ignore:
Timestamp:
May 12, 2006, 2:14:43 AM (18 years ago)
Author:
eugene@…
Comment:

minor changes

Legend:

Unmodified
Added
Removed
Modified
  • MagicRemovalCheatSheet

    v13 v14  
    108108     * {{{django.models.core.sites}}} => {{{django.contrib.sites.models}}}
    109109     * {{{django.models.core.contenttypes}}} => {{{django.contrib.contenttypes.models}}}
    110    1. Update {{{INSTALLED_APPS}}} to reflect changes you made in the Models section:
     110   1. Update {{{INSTALLED_APPS}}} to reflect changes you made in the [wiki:MagicRemovalCheatSheet#Models Models section]:
    111111     * {{{yourproject.apps.yourapp}}} => {{{yourproject.yourapp}}}
    112112   1. Add additional applications to your {{{INSTALLED_APPS}}} to satisfy dependencies:
Back to Top