Hi, could anyone offer some tips as to the best way to keep populating my Django database after it's finalized (schema-/model-wise)? The app is most read-only and periodically, I finish up a new data set that needs to be included. How do I add this additional data set into the database without wrecking it? Right now, it seems like a combination of manage.py's sqlcustom and a python script to auto-create a .sql file for me is my best bet. Thanks in advance.
Btw, data entry in the admin is not an option. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.