rubenespadas / DionaeaFR

Dionaea Front Web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not import settings 'DionaeaFR.settings'

cudeso opened this issue · comments

Make sure that there is a DionaeaFR/settings.py file (copy the .dist file)!


Traceback (most recent call last):
File "manage.py", line 14, in
execute_from_command_line(sys.argv)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/init.py", line 385, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python2.7/dist-packages/django/core/management/init.py", line 345, in execute
settings.INSTALLED_APPS
File "/usr/local/lib/python2.7/dist-packages/django/conf/init.py", line 46, in getattr
self._setup(name)
File "/usr/local/lib/python2.7/dist-packages/django/conf/init.py", line 42, in _setup
self._wrapped = Settings(settings_module)
File "/usr/local/lib/python2.7/dist-packages/django/conf/init.py", line 98, in init
% (self.SETTINGS_MODULE, e)
ImportError: Could not import settings 'DionaeaFR.settings' (Is it on sys.path? Is there an import error in the settings file?): No module named settings