I keep getting this when I try to download a Django application to production. I tried all the answers on stackoverflow but didn't fix anything. Any other ideas. (I am using Django 1.5.2 and Apache)
Traceback (most recent call last): File "/var/www/thehomeboard/wwwhome/wsgi.py", line 37, in <module> application = get_wsgi_application() File "/usr/local/lib/python2.7/dist-packages/django/core/wsgi.py", line 14, in get_wsgi_application django.setup() File "/usr/local/lib/python2.7/dist-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) File "/usr/local/lib/python2.7/dist-packages/django/apps/registry.py", line 78, in populate raise RuntimeError("populate() isn't reentrant") RuntimeError: populate() isn't reentrant
python django apache
ip. Jun 20 '15 at 13:11 2015-06-20 13:11
source share