On Thursday, January 5, 2012 3:34:54 PM UTC-5, lucas wrote:
>
> yes, thank you anthony.  the first one didn't work because in my db.py 
> model file, the creation of the auth_user table is before the 
> auth_permission table, so it blows the program.


Right, sorry. You could simply move it to right after all the auth tables 
are defined in db.py (but still use the same logic).

Anthony 

Reply via email to