I'm a complete newbie to Python and Django but have a need to set up a website.

What commands/parameters would I add to a file of type *.wsgi that could specify a particular settings.py file in the context of Django?

Thanks!

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango

if you're using a virtual environment, the path appended should correspond to your virtual environment. You might also take a look at:

http://blog.dscpl.com.au/2010/03/improved-wsgi-script-for-use-with.html

which has a somewhat modified script that I prefer.

link|improve this answer
Thank you for your help! – John at CashCommons Jul 5 '10 at 4:07
feedback

In one of these ways.

link|improve this answer
Thanks for your help! – John at CashCommons Jul 5 '10 at 4:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.