Issue
my situation : i have windows 10 ppython 3 on the pycharm terminal i type pip install django success Then I create a folder named "pycal". On the command prompt I went to the folder "pycal". Then django-admin.py startproject newproject. This is successful. Then I run python manage.py runserver. It tells me "The system cannot execute the specified program" any feedback would be really appreciated
Solution
C:\Users\USER\PycharmProjects\pyshop\pycal\ here just simple type
cd newproject
after that just write
python manage.py runserver
Answered By - Tanveer Ahmad
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.