I am missing a step in configuration, I believe, in getting a syncdb to create tables for the models in models.py.
I've attached a tarball of a project foo, in which I created a model bar, and ran a python manage.py syncdb, with the output scripted to syncdb.out. Some tables have been created; however the table foo_bar does not exist. What is the step that I am missing? If I wipe the database, what do I need to do so that a python manage.py syncdb will create tables like foo_bar for the contents of models.py? (And on a related note, is there any additional configuration to get all the tables created for the Django admin interface to work? For another project, I couldn't save objects because an admin interface table didn't exist.) -- [image: Christos Jonathan Hayward] <http://jonathanscorner.com/> Christos Jonathan Hayward, an Orthodox Christian author. Author Bio <http://jonathanscorner.com/author/> • Books<http://cjshayward.com/> • *Email <[email protected]>* • Facebook<http://www.facebook.com/christos.jonathan.hayward> • LinkedIn <http://www.linkedin.com/in/jonathanhayward> • Twitter<http://twitter.com/JonathansCorner> • *Web <http://jonathanscorner.com/>* • What's New?<http://jonathanscorner.com/> I invite you to visit my "theology, literature, and other creative works" site. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
foo.tgz
Description: GNU Zip compressed data

