I'm developing my first django application, but I have a lot of Python experience.
I have a couple of related questions about database/model information and manage.py syncdb, in combination with sqlite3: 1. How does syncdb decide what to write to the sqlite file, and what not to? Does it only write info for a given application once? 2. If I set up a model, syncdb it, change the model, and syncdb again - will any changes be seen in the database file? 3. If I need to start over with a conflicting model change, can I safely remove the sqlite file and syncdb again? Thanks! -- Dan Stromberg -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.