On 11/15/06, Tom Smith <[EMAIL PROTECTED]> wrote: > I tried the touching trick (on main.fcgi and django-fcgi.py) and it doesn't > work... is there another way to "refresh" django without having to kill the > root python process and lightpd?
Sorry, no clue, I'm no expert. > Really though, you should be doing development with the built-in dev > > server, and then when you have your models and everything working, > > move to lighttpd. > Yes I know... hacking a "live" site is very silly but I have yet to master > how to turn my django project into a SVN project so that I can continue > working on it... Well, here's the way I do it. On my development machine, I do all my hacking out of a SVN working directory. When I get everything working how I want it locally, I do my 'svn commit', then login to my production server. >From there, I have an svn checkout. Go there, do my 'svn up'. Then, I do 'svn export --force ...' to make a pristine copy of the contents of the svn checkout into the directory that contains my actual running website. I'm sure there are better ways, but that's the way that works for me. Jay P. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

