> The builtin dev server is not meant to be {{USED IN production}},
Python_junkie is NOT in production.

> and setting up apache+mod_wsgi (DaemonProcess mode) is no big deal.
It can be for beginners; it can wait until app will be deployed

>> I am presuming that I can continue to use the django light weight web
>> server for demonstration purposes.
You will need to run the devserver, then you can access it from any
browser.

'Remoting in' will also make it easier to "bounce" [stop, fix,
restart] the server if you hit a critical error during your
demonstration.

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to