On Sep 12, 8:04 pm, David Thole <[EMAIL PROTECTED]> wrote: > Just curious, are you using the django built in web server for > development? The reason why I'm asking is because I don't recall > having any problems at all when changing a view and it not picking up > the change. Every time I save a file, the build in web server > automatically updates it. > > If you're using apache - do you mind if I ask what advantages you have > with Apache that the built in web server doesn't have? Not > questioning, just very curious is all. > > -Davidhttp://www.thedarktrumpet.com
Of course, I know the built-in web server (and its autoreloading mechanics) but I use Apache (+ mod_python) instead, mostly for to keep my eye on how css works etc. Moreover, for me it's not a hard deed to click on "Restart" in Apache's icon in systray. But how can I do that on an hoster's machine if I want to see changes in my views_.py right here, right now? PS I'm quite aware of option MaxRequestsPerChild, but again it's not for hosting environment, it's for "home" use. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---