To some extent it doesn't matter. Just make sure your code is as secure as any 
private information you wouldn't want others to have access to.

When Django is running in a production environment, there is a Python instance 
listening on a port on your system. Your Web server (Apache, nginx, whatever) 
will direct requests to your Python instance and accept the responses. At no 
time are any of your templates or Python scripts exposed to or processed by the 
Web server the way CGI, ASP, or PHP scripts would be.

Shawn


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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