Changes between Version 8 and Version 9 of CookBookSplitModelsToFiles
- Timestamp:
- Jan 18, 2008, 1:34:06 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBookSplitModelsToFiles
v8 v9 5 5 The 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. 6 6 7 '''NOTE:''' When # 2982 gets applied you won't need the {{{Meta}}} class anymore, so if this link: #2982has 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. 8 8 9 9 This has been verified to work without the Meta class app_labels, in the current main branch.