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..
3 Réponses
+ 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
+ 1
did you entered to the project folder already?
0
Thank you bro... It's working