Wiadomość napisana w dniu 2009-05-29, o godz. 16:47, przez Andrew: > I want to launch web server process in release mode. > But executing from shell "python -O manage.py runserver" doesn't > affect web server process, that > is launched in debug mode. Also setting settings.DEBUG = True doesn't > affect launch mode, but > this was expected. > Any suggestion?
Run your application as WSGI, FastCGI or under mod_python - dev server is not suited for production use. -- Artificial intelligence stands no chance against natural stupidity Jarek Zgoda, R&D, Redefine [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

