Changes between Initial Version and Version 1 of Ticket #26214


Ignore:
Timestamp:
Feb 12, 2016, 4:31:06 AM (9 years ago)
Author:
Thomas Güttler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26214 – Description

    initial v1  
    33{{{
    44Traceback (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>
    66    application = wsgi.get_handler()
    7   File "/home/foobar_fm_p/src/djangotools/djangotools/utils/wsgi.py", line 54, in get_handler
     7  File "djangotools/djangotools/utils/wsgi.py", line 54, in get_handler
    88    return get_wsgi_application()
    9   File "/home/foobar_fm_p/lib/python2.7/site-packages/django/core/wsgi.py", line 14, in get_wsgi_application
     9  File "lib/python2.7/site-packages/django/core/wsgi.py", line 14, in get_wsgi_application
    1010    django.setup()
    11   File "/home/foobar_fm_p/lib/python2.7/site-packages/django/__init__.py", line 18, in setup
     11  File "lib/python2.7/site-packages/django/__init__.py", line 18, in setup
    1212    apps.populate(settings.INSTALLED_APPS)
    13   File "/home/foobar_fm_p/lib/python2.7/site-packages/django/apps/registry.py", line 78, in populate
     13  File "lib/python2.7/site-packages/django/apps/registry.py", line 78, in populate
    1414    raise RuntimeError("populate() isn't reentrant")
    1515RuntimeError: populate() isn't reentrant
Back to Top