#11838: Make syncdb understand "initialdata" directory ------------------------------------------+--------------------------------- Reporter: skorpan | Owner: nobody Status: new | Milestone: 1.2 Component: Uncategorized | Version: SVN Keywords: syncdb loaddata initial_data | Stage: Unreviewed Has_patch: 0 | ------------------------------------------+--------------------------------- In many projects I often find the need to load my data from several separate JSON formatted data dumps. This is because it's easier to manage dumps from different models separately. Unfortunately, `syncdb` only understands one thing and that is a file named `initial_data.json`. I think it would be better if `syncdb` looked for that file, uses it if it finds it, otherwise looks for a directory named `initialdata` and loads all of the files from that directory.
-- Ticket URL: <http://code.djangoproject.com/ticket/11838> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" 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-updates?hl=en -~----------~----~----~----~------~----~------~--~---
