[newbie question] python manage syncdb doesn't create all the tables. Models has been splitted up.

2013-05-09 Thread crosa
Hi guys, I'm testing django in order to build a little application. This application will have several models, so I've decided to split up them, in order to do this more readable (Any other form to do this?) When I run python manage.py syncdb, the models tables have not been created, and I don'

Re: [newbie question] python manage syncdb doesn't create all the tables. Models has been splitted up.

2013-05-09 Thread crosa
I found the error. The application wasn't in the INSTALLED_APP in the settings file! On Thursday, May 9, 2013 2:13:19 PM UTC+2, Mike Dewhirst wrote: > > On 9/05/2013 10:04pm, crosa wrote: > > Hi guys, > > > > I'm testing django in order to build a little