Changes between Version 11 and Version 12 of MagicRemovalCheatSheet


Ignore:
Timestamp:
May 12, 2006, 1:50:15 AM (18 years ago)
Author:
eugene@…
Comment:

typo fix

Legend:

Unmodified
Added
Removed
Modified
  • MagicRemovalCheatSheet

    v11 v12  
    3131== Models ==
    3232
    33  1. If your applications still live in {{{yourproject/apps/}}} directory, you can move them up one level: move {{{yourproject/apps/yourapp/}}} to {{{yourproject/yourapp}}}.
     33 1. If your application still lives in {{{yourproject/apps/}}} directory, you can move it up one level: move {{{yourproject/apps/yourapp/}}} to {{{yourproject/yourapp}}}.
    3434 1. [wiki:RemovingTheMagic#Modellocationchanged Relocate models] by moving content of files in your {{{yourapp/models/}}} directory to {{{yourapp/models.py}}} file.
    3535 1. If your models use {{{datetime}}} or {{{db}}} modules without exporting them directly, [wiki:RemovingTheMagic#Modelmethodsnolongerautomaticallyhaveaccesstodatetimeanddbmodules add import statements].
Back to Top