Yes, you can run a Django based site on a host provider that supports
Python, but doesn't have Django installed (as long as they support
FCGI or mod_python).

Frankly, you'd be hard pressed to find any unix (including Linux)
based web host that doesn't have Python installed. Python is a default
component of every Linux distribution I've ever used.

There is one caveat here.  If the host doesn't support Python and
Django, it means you'll have to do the configuring. If you aren't
comfortable with unix config files, this might have you beating your
head against a wall.  If you want to test your unix-fu, try DreamHost
which has a Django configuration article on their wiki, but doesn't
officially support it.  You have to write the stuff to get Django up
and running.  Even with the walk through, many people can't handle it.

On Jul 16, 2:43 pm, Michael <[EMAIL PROTECTED]> wrote:
> can someone please answer on my easy newbie question?
> can I run Django-based site on host provider that supports Python but
> has NO django installed??


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