no tables created
Opened this issue · 0 comments
cobia commented
I'm using django 1.0.2 final and when i run syncdb, no tables are created and no errors are produced.
The only way the table is created is if i replace init.py with an empty file. I can't quite figure out what it is in init.py that is causing the table to not be created.
Any advice would be much appreciated.