-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Generating answers frequently breaks with:
mod_wsgi (pid=1759157): Exception occurred processing WSGI script '/opt/integreat-chat/integreat_chat/core/wsgi.py'.
Traceback (most recent call last):
File "/opt/integreat-chat/.venv/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 124, in __call__
response = self.get_response(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/integreat-chat/.venv/lib/python3.11/site-packages/django/core/handlers/base.py", line 139, in get_response
set_urlconf(settings.ROOT_URLCONF)
^^^^^^^^^^^^^^^^^^^^^
File "/opt/integreat-chat/.venv/lib/python3.11/site-packages/django/conf/__init__.py", line 83, in __getattr__
val = getattr(_wrapped, name)
^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Settings' object has no attribute 'ROOT_URLCONF'