-
Notifications
You must be signed in to change notification settings - Fork 56
Description
Hi,
I am trying to install anafora on a server, I followed instruction. When I open it in the browser it asks to login, and when when I do I get the following error:

The apache2 error log:
[Tue Nov 12 15:46:07.296706 2019] [wsgi:error] [pid 74640:tid 140135018510080] [client 143.167.235.144:57349] configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
[Tue Nov 12 15:46:07.296728 2019] [wsgi:error] [pid 74640:tid 140135018510080] [client 143.167.235.144:57349] File "/usr/lib/python2.7/dist-packages/django/conf/init.py", line 56, in getattr
[Tue Nov 12 15:46:07.296737 2019] [wsgi:error] [pid 74640:tid 140135018510080] [client 143.167.235.144:57349] self._setup(name)
[Tue Nov 12 15:46:07.296743 2019] [wsgi:error] [pid 74640:tid 140135018510080] [client 143.167.235.144:57349] File "/usr/lib/python2.7/dist-packages/django/conf/init.py", line 41, in _setup
[Tue Nov 12 15:46:07.296752 2019] [wsgi:error] [pid 74640:tid 140135018510080] [client 143.167.235.144:57349] self._wrapped = Settings(settings_module)
[Tue Nov 12 15:46:07.296776 2019] [wsgi:error] [pid 74640:tid 140135018510080] [client 143.167.235.144:57349] File "/usr/lib/python2.7/dist-packages/django/conf/init.py", line 110, in init
[Tue Nov 12 15:46:07.296785 2019] [wsgi:error] [pid 74640:tid 140135018510080] [client 143.167.235.144:57349] mod = importlib.import_module(self.SETTINGS_MODULE)
[Tue Nov 12 15:46:07.296790 2019] [wsgi:error] [pid 74640:tid 140135018510080] [client 143.167.235.144:57349] File "/usr/lib/python2.7/importlib/init.py", line 37, in import_module
[Tue Nov 12 15:46:07.296797 2019] [wsgi:error] [pid 74640:tid 140135018510080] [client 143.167.235.144:57349] import(name)
[Tue Nov 12 15:46:07.296811 2019] [wsgi:error] [pid 74640:tid 140135018510080] [client 143.167.235.144:57349] ImportError: No module named settings
Thank you