Changes between Initial Version and Version 1 of Ticket #26214
- Timestamp:
- Feb 12, 2016, 4:31:06 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26214 – Description
initial v1 3 3 {{{ 4 4 Traceback (most recent call last): 5 File " /home/foobar_fm_p/src/foobar-fm/foobar_fm/apache/django_wsgi.py", line 4, in <module>5 File "foobar-fm/foobar_fm/apache/django_wsgi.py", line 4, in <module> 6 6 application = wsgi.get_handler() 7 File " /home/foobar_fm_p/src/djangotools/djangotools/utils/wsgi.py", line 54, in get_handler7 File "djangotools/djangotools/utils/wsgi.py", line 54, in get_handler 8 8 return get_wsgi_application() 9 File " /home/foobar_fm_p/lib/python2.7/site-packages/django/core/wsgi.py", line 14, in get_wsgi_application9 File "lib/python2.7/site-packages/django/core/wsgi.py", line 14, in get_wsgi_application 10 10 django.setup() 11 File " /home/foobar_fm_p/lib/python2.7/site-packages/django/__init__.py", line 18, in setup11 File "lib/python2.7/site-packages/django/__init__.py", line 18, in setup 12 12 apps.populate(settings.INSTALLED_APPS) 13 File " /home/foobar_fm_p/lib/python2.7/site-packages/django/apps/registry.py", line 78, in populate13 File "lib/python2.7/site-packages/django/apps/registry.py", line 78, in populate 14 14 raise RuntimeError("populate() isn't reentrant") 15 15 RuntimeError: populate() isn't reentrant