Noob question here.  My web host allows one long running process per account
for the plan I am on.  So I can run one django process.  The setup is using
fastcgi if that matters (we don't have control over this--we are assigned a
fastcgi port or something and this is the command we use to run our django
process: django-admin.py runfcgi method=threaded host=127.0.0.1 port=<my
assigned port> pidfile=$PIDFILE, and I export DJANGO_SETTINGS_MODULE in my
environment).  So, I am wondering if I can run multiple django websites
given this setup?  I have read a little about the django.contrib.sites app,
but am not clear if this would help in my situation.  Or do I have to have
one instance of "django-admin.py" running per website?

Thanks for any clarification.

-Chris

PS I found this after some googling, but not sure it is still
relevant/applicable.  It's an old post:
http://effbot.org/zone/django-multihost.htm

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