Guy.!
I am deep trouble. My application is no longer able to login and more so, no new user can even register. I am not sure how to revert the Django setting in the project. I am not the one that built the project I inherited it. When I run
python3 manage.py runserver
Performing system checks...
System check identified no issues (0 silenced).
May 06, 2019 - 22:07:56
Django version 1.11.7, using settings 'lokdon_project.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
****************************************************
Show that server kicks start but my application works not.
My project path is not very clearly inserted in with the wsgi.py.
settings.py could also have a problem in it. I am not too sure off these.
I am in need of help here any assistance will be compensated dearly.
Thanks.