On May 10, 10:02 pm, tekion <tek...@gmail.com> wrote:
> Hi,
> Given a scenarios where you have multiple applications under a
> project.  You want to manage tables associated with one application
> only, for example deleting data in tables associated with one
> application only. Is there a way to manage that via Django?  Thanks.

I think you'll need to give slightly more information about what you
want to do.

>From the command line, manage.py reset <appname> will delete all the
data in the tables associated with the relevant application - is that
what you meant?
--
DR.
--~--~---------~--~----~------------~-------~--~----~
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