On 3/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I am looking for some way to add initial Flatpages data to my app. I > am open to either SQL or Django ORM. The pattern of <app name>/sql/ > <model name>.sql doesn't seem to apply to Flatpages. How can I do > this?
In the current Django trunk, you can also use the fixtures framework. Look at the loaddata/dumpdata commands on manage.py, and the corresponding documentation for django-admin. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---