This `dumpdata` command you can only serialize whole application not just
its models.


On Fri, Mar 6, 2009 at 11:17 PM, John M <retireonc...@gmail.com> wrote:

>
> I tried using the command
>
> $ python manage.py dumpdata app.model.
>
> where app is the name of my application and model is one of it's
> models, I didn't actually use the names app and model.
>
> I get the following error:
>
> django.core.exceptions.ImproperlyConfigured: App with labelapp.model
> could not be found.
>
> I'm running 1.1 alpha 1.
>
> Thoughts?
>
> I'd love to be able to dump the data for just one table and then
> reload it.
>
> Thanks
>
> John
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to