No module named wsgi
Good day,
I am having a problem making my website live.
It works fine on the development server and I do get(http:127.0.0.1:8000 ) running but when I make it live I get an error saying there's no module named wsgi.
I am using a virtualenv and when I activate virtualenv(locally) and import django.core.wsgi it does import
I viewed this error on file: /var/log/apache2/error.log
I also have: /etc/apache2/sites-available/www.bushbucksfc.co.za
which looks like this:
<VirtualHost *:80>
ServerName www.bushbucksfc.co.za
ServerAlias bushbucksfc.co.za
DocumenRoot /home/websites/busbucksfc
WSGIDaemonProcess bushbucksfc python-path=/home/websites/bushbucksfc:/home/websites/.bushenv/lib/python2.7/site-packages
WSGIProcessGroup bushbucksfc
WSGIScriptAlias / /home/websites/bushbucksfc/bushucksfc/wsgi.py
...
...
</VirtualHost>
Regards,
Luggaz
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home