1. Is it possible to execute the sqlreset or sqlclear statement
through django-admin (opposite of django-admin install) I haven't found
a django-admin drop or an django-admin reset at this point and don't
see anything in the management.py to indicate this is possible. Should
I write this code?
2. Is there a way to use a raw SQL statement within the api with a
connection obtained through settings? Let's say I have some large ugly
query with multiple related tables and I want to handle it within the
api but in a raw form.
Many thanks,
David
- Couple of quick db api questions David Pratt
-