Hi,

I'm developing a site locally, and managing its code and static data
in a subversion repository.  I also have it running on a real apache
server on the web with mod_python, but I don't want to login to the
server, restart, etc. every time I check something in.  I've got a
post-commit hook already updating the server's copy of the site code,
and I'm guess I'm going to have to add

    apache.sh gracefulstop

    # if models were changed, then:
      # something to wipe out invalidated tables from the database

      python manage.py syncdb

    apache.sh start

unless someone has a better suggestion.  Is this a problem someone out
there has already solved?

Thanks in advance,

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com


--~--~---------~--~----~------------~-------~--~----~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to