On Fri, Aug 7, 2009 at 2:56 AM, Shawn Milochik<shawn.m...@gmail.com> wrote:
>
> Look for the post_save signal.
>
> Once you can attach your own function to that signal (make it listen
> for the signal and kick something off), you can probably have Django
> dump the raw SQL query that is created to a text file. I don't know
> the syntax for that, but check the django.db docs.
>

ok then

>
>The only exception is if you're doing some development at home in
> a test bed, but then the data you create wouldn't be "real" and
> shouldn't go into the production database.
>

True..

I also thought of some other problems that could come from this since
posting anyway.

Thankyou for your help though :)

Regards
Stephen

--~--~---------~--~----~------------~-------~--~----~
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