XTCHost wrote: > I think I know but must ask, do you need django installed on the web > server to run django built web sites? I guess this is a yes > > If so > > I have a shared hosting plan and do not have SU rights so can you > please advise the best way to install django > > Many thanks > > Russell > >
Installed yes, but not necessarily system-wide. For example Dreamhost has a completely .htaccess centric FastCGI setup. So you can for example install your own Python (with whatever libraries you want) in your home-directory and just point to it in your fcgi-file's #!. No idea if something like this is also possible with mod_python, but I'd guess so. So how exactly does your server setup look like currently? Horst --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---