You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi,
![Screenshot 2019-11-12 at 16 07 13](https://user-images.githubusercontent.com/46892534/68688392-8d152e00-0566-11ea-941a-a14b6e59355d.png)
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
The text was updated successfully, but these errors were encountered: