Top "Django-wsgi" questions

django-wsgi refers to the WSGI deployment platform for Django

Django stops working with RuntimeError: populate() isn't reentrant

I've been developing a Django web application deployed on an Apache server with WSGI, and everything has been going smoothly. …

django apache mod-wsgi django-wsgi
ImportError: No module named django.core.wsgi Apache + VirtualEnv + AWS + WSGI

I am trying to publish my site on an Amazon's EC2 Instance, and I keep getting a 500 error. I really …

django apache amazon-ec2 wsgi django-wsgi
Django + mod_wsgi + apache: ImportError at / No module named djproj.urls

I'm trying to deploy my Django application on my linode server with apache and mod_wsgi. file: /srv/www/example.…

python django importerror django-wsgi
Debugging Apache/Django/WSGI Bad Request (400) Error

My simple Django app worked fine in debug mode (manage.py runserver), and works under WSGI+Apache on my dev …

python django apache mod-wsgi django-wsgi
Django + apache & mod_wsgi: having to restart apache after changes

I configured my development server this way: Ubuntu, Apache, mod_wsgi, Python 2.6 I work on the server from another computer …

python django apache mod-wsgi django-wsgi
Django + mod_wsgi + apache2 - child process XXX still did not exit, sending a SIGTERM

I am getting intermittent errors - child process XXX still did not exit, sending a SIGTERM.. and then a SIGKILL. …

django python-2.7 apache2 mod-wsgi django-wsgi
uwsgi options --wsgi-file and --module not recognized

I am trying to run a Django app using uwsgi. Most instructions I have found refer to a "--wsgi-file" and "…

wsgi uwsgi django-wsgi
Setting up Django on AWS Elastic Beanstalk: WSGIPath not found

I've been trying for several days now to set up Django under Amazon Web Services' Elastic Beanstalk. I think the …

django amazon-web-services wsgi amazon-elastic-beanstalk django-wsgi
Gunicorn Environment Variable Setting

I'm currently having difficulty passing environment variables into Gunicorn for my Django project. I'm on the latest 19.1 version. I have …

django wsgi gunicorn django-wsgi
Problems configuring deployment with Heroku/gunicorn/django

I'm trying to run my django application on heroku. Folder structure: app/ Procfile docs/ ... project/ manage.py wsgi.py <…

django heroku deployment wsgi django-wsgi