Hi,

I'm trying to run multiples sites using the sites-framework, and
gunicorn.

I'm using the same project, same databases, only I try to use
different settings.py files with different names.

The idea is that in each gunicorn instance I set the
DJANGO_SETTINGS_MODULE to a different settings.py file, and hopefully
get the corrrect result.

Unforutunately, it doesn't seem to matter what I set
DJANGO_SETTINGS_MODULE to, no matter what it always points to
settings.py


Now I've run gunicorn using manage.py and explicitly pointing to the
settings.py file I want, and maybe that's the solution I will end up
using, but I'd like to be able to set things using gunicorn
configuration files.

So my question is this, does anyone have an idea what my problem is,
and what the solution is?

Thanks

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