Changes between Version 13 and Version 14 of MagicRemovalCheatSheet
- Timestamp:
- May 12, 2006, 2:14:43 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MagicRemovalCheatSheet
v13 v14 108 108 * {{{django.models.core.sites}}} => {{{django.contrib.sites.models}}} 109 109 * {{{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]: 111 111 * {{{yourproject.apps.yourapp}}} => {{{yourproject.yourapp}}} 112 112 1. Add additional applications to your {{{INSTALLED_APPS}}} to satisfy dependencies: