kanayak123 / pyadselfservice

Easy and secure web based password change portal for Active Directory user accounts.
https://technokan.blogspot.com/2016/10/web-based-python3-password-reset-tool.html
21 stars 7 forks source link

Cannot start pyadselfservice #6

Closed k1m0n3 closed 4 years ago

k1m0n3 commented 6 years ago

Hello,

I got this error while running the project :

[Fri Apr 06 12:54:56.383568 2018] [wsgi:error] [pid 3586:tid 140589328733952] [client 172.31.15.104:50468] configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) [Fri Apr 06 12:54:56.383573 2018] [wsgi:error] [pid 3586:tid 140589328733952] [client 172.31.15.104:50468] File "/usr/local/lib/python2.7/dist-packages/django/conf/init.py", line 53, in getattr [Fri Apr 06 12:54:56.383582 2018] [wsgi:error] [pid 3586:tid 140589328733952] [client 172.31.15.104:50468] self._setup(name) [Fri Apr 06 12:54:56.383587 2018] [wsgi:error] [pid 3586:tid 140589328733952] [client 172.31.15.104:50468] File "/usr/local/lib/python2.7/dist-packages/django/conf/init.py", line 41, in _setup [Fri Apr 06 12:54:56.383594 2018] [wsgi:error] [pid 3586:tid 140589328733952] [client 172.31.15.104:50468] self._wrapped = Settings(settings_module) [Fri Apr 06 12:54:56.383609 2018] [wsgi:error] [pid 3586:tid 140589328733952] [client 172.31.15.104:50468] File "/usr/local/lib/python2.7/dist-packages/django/conf/init.py", line 97, in init [Fri Apr 06 12:54:56.383618 2018] [wsgi:error] [pid 3586:tid 140589328733952] [client 172.31.15.104:50468] mod = importlib.import_module(self.SETTINGS_MODULE) [Fri Apr 06 12:54:56.383623 2018] [wsgi:error] [pid 3586:tid 140589328733952] [client 172.31.15.104:50468] File "/usr/lib/python2.7/importlib/init.py", line 37, in import_module [Fri Apr 06 12:54:56.383631 2018] [wsgi:error] [pid 3586:tid 140589328733952] [client 172.31.15.104:50468] import(name) [Fri Apr 06 12:54:56.383645 2018] [wsgi:error] [pid 3586:tid 140589328733952] [client 172.31.15.104:50468] ImportError: No module named pyadselfservice.settings

any idea ?

Gustavodecker commented 5 years ago

Hello, did your setup work?