Have you used syncdb or migrate to create the tables?

On Thursday, April 3, 2014 12:55:20 AM UTC-4:30, Tameen Malik wrote:
>
> I have created Models like
>
> *models.py file:*
>  
>
>> from django.db import models
>> from mezzanine.pages.models import Page
>>
>> class Author(Page):
>>     dob = models.DateField("Date of birth")
>>
>
>
>   
>    I am using Wamp to save database/tables.
>    My database name is abcdef
>
> *   tables have created in my database now. but models are not working, 
> tables define in models are not created.*
>   
> Note: I have mention "south" in my Installed Apps.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to