Django Learners please help me out... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Django Learners please help me out...

I'm using pycharm professional.. I did all the necessary step for django setup.. And finally it's showed django installed successfully in the web page...then I closed the pycharm.. Laterly I opened pycharm again..when I try to run command (<python manage. py runserver>) It's shows "System cannot find the path specified".. Now, What should I do... How can I continue my old project..

21st Jun 2021, 7:27 AM
SelvaKumar
3 Answers
+ 1
Also it is possible run your project simply using cmd (built-in windows console) All you need is just: Disk://full path to the/location/of your/project and then type to console: python manage.py runserver
21st Jun 2021, 12:17 PM
Shadoff
Shadoff - avatar
+ 1
did you entered to the project folder already?
21st Jun 2021, 12:12 PM
Shadoff
Shadoff - avatar
0
Thank you bro... It's working
21st Jun 2021, 4:08 PM
SelvaKumar