Changes between Version 8 and Version 9 of CookBookSplitModelsToFiles


Ignore:
Timestamp:
Jan 18, 2008, 1:34:06 PM (16 years ago)
Author:
Øyvind Saltvik <oyvind@…>
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBookSplitModelsToFiles

    v8 v9  
    55The important thing to notice here is the {{{app_label}}} attribute in the {{{Meta}}} class. If that is omitted, a subsequent {{{manage.py syncdb}}} run will not pick up these models.
    66
    7 '''NOTE:''' When #2982 gets applied you won't need the {{{Meta}}} class anymore, so if this link: #2982 has a strike-through and you are running svn, you don't need the {{{Meta}}} class.
     7'''NOTE:''' When #3591 gets applied you won't need the {{{Meta}}} class anymore, so if this link: #3591 has a strike-through and you are running svn, you don't need the {{{Meta}}} class.
    88
    99This has been verified to work without the Meta class app_labels, in the current main branch.
Back to Top