> If there are times that you don't want to load the data, then it isn't > initial data. Put it in a different fixture, and load it when you need > it. >
I am bit confused now. Are you implying that the developer should not prepare an initial_data fixture (with data that is absolutely essential for the DB) until he has *completed* and *locked down* the design and coding of the models? > In general practice, this won't make much of a difference, since you > generally only call syncdb once when installing a finished > application. Is this the common experience?!! I am surprised because I find myself running syncdb multiple times during development. What am I doing wrong? Do all other Django users run syncdb only once ever , that too after all development (of models) is over? Regards, Manoj --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---