2009/8/22 ashish tiwari <[email protected]>: > hi Friends.... > > i heared about the json format > django provided utility of dumpdata, loaddata which dumps and loads data in > json format. > > but i dont know,how to use it.. > > i want to dumpdata...from my app > > name of <project> iFriends > name of <app> People > > iFriends>People>models.py > > class Person..... >
In your project directory, python manage.py dumpdata People.Person http://docs.djangoproject.com/en/dev/ref/django-admin/#dumpdata --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

