Re: where to run extra SQL when "manage.py reset appname" is run

2006-06-20 Thread Adrian Holovaty
On 6/20/06, Ronny Srnka <[EMAIL PROTECTED]> wrote: > i'd like to use some triggers to increment and decrement fields in the db. > i've written them up but would like to know if there is somewhere to run > them when i reset (or the initial syncdb on) an app with manage.py? > i saw that django.core.

where to run extra SQL when "manage.py reset appname" is run

2006-06-20 Thread Ronny Srnka
hi! i've discovered django a few days ago and i must say it looks very useful and decided to use it for my latest project. i might ask some simple questions cause this is new to me, but am going over the documentation (and google) before asking. anyways done to business: i'd like to use some