Changes between Version 12 and Version 13 of CookBookSplitModelsToFiles


Ignore:
Timestamp:
Dec 10, 2011, 8:23:41 AM (12 years ago)
Author:
Steckelfisch
Comment:

Make the code allign with the description

Legend:

Unmodified
Added
Removed
Modified
  • CookBookSplitModelsToFiles

    v12 v13  
    2626
    2727    class Meta:
    28         db_table = 'polls'
     28        db_table = 'poll'
     29        app_label= 'polls'
    2930}}}
    3031
     
    4041
    4142    class Meta:
    42         db_table = 'polls'
     43        db_table = 'choice'
     44        app_label = 'polls'
    4345}}}
    4446
Back to Top