> If your host supports python, it should support django as well.

Woah...BIG CAVEAT.

I've used hosting services that only have CGI available for 
running python programs. While yes, I believe I've seen a hack 
float by that allows Django apps to be "run" within CGI, it 
entails horrible performance implications.  In general though, if 
python-CGI is your only option, don't expect to support large 
volumes of traffic with speedy response-times.

My understanding is that you need Python *and* an environment 
that runs it well:  mod_python, wsgi, or fastcgi being popular.

-tim



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to