OS = Mac OSX Lion
FYI: I am just starting to investigate django and am just "playing"
with it. I've created a view and am experimenting with it by
changing code.

I start django using the following :
gunicorn_django --daemon --pid dj.pid --bind=127.0.0.1:8001 

and stop it with 
kill $(cat dj.pid)

I'm finding that I have to restart django to see code changes take
effect. Is there a different way to start django that would cause
python to reload the view modules without restarting django?

thanks
-- 
Tim 
tim at tee jay forty nine dot com or akwebsoft dot com
http://www.akwebsoft.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to