Hi all, I want to provide automatically loaded initial data for the third party app - 'django-tagging'. There is a special place for internal apps: <appname>/fixtures/initial_data.yaml, but not for a third party.
I want data to bi initialized on ./manage.py syncdb There are many similar questions: http://groups.google.com/group/django-users/browse_thread/thread/16a6bda3f0491f80/f5edd5c0bb0992d7?lnk=gst&q=initial+data#f5edd5c0bb0992d7 ps As a solution i see to keep initial data in the folder: fixture/ <appname>/initial_data.yaml, the same way as templates are overloaded. -- 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.