Re: How to remove an app and its tables

2010-11-05 Thread Michael Sprayberry
Margie,
    I believe this may cause issues if for some reason that there is a call to 
those tables and it still finds a reference to it. Remember to go and remove 
them from the admin register that should get rid of all references to them.
 
 
Michael



I've stopped using a particular app  in my project.  I've used South
to remove its tables, but I still see those tables referenced by the
auth, content_type, and django_project_version tables.

Is this ok?  Anyone know if it will cause me any problems down the
line?

Margie

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.




  

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.



How to remove an app and its tables

2010-11-05 Thread Margie Roginski
I've stopped using a particular app  in my project.  I've used South
to remove its tables, but I still see those tables referenced by the
auth, content_type, and django_project_version tables.

Is this ok?  Anyone know if it will cause me any problems down the
line?

Margie

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.