Re: something is wrong with my server(Django)

2019-05-07 Thread Sundararajan Seshadri
Update to my earlier answer: Your project is called lokdon_project. Your settings.py should be in a sub-directory (also) called as lokdon_projec below this directory. - On Tuesday, May 7, 2019 at 5:02:16 AM UTC+5:30, Josiah Um

Re: something is wrong with my server(Django)

2019-05-07 Thread Sundararajan Seshadri
Don't panic. FIrst: when you are running it in local server mode, the wsgi.py file is of no consequence. Only Settings.py is important. Do you see that? If your main app (where the manage.py is available) is called as xx then the settings.py should be within the sub-directory of this file, also