Question
get difficulty while running django server
In my pc everything is setup related to django like python latest version and also pip everything working good but when run server like when enter “python manage.py runserver” it just return that path nothing happend neither any error or warning why this problem is occur can anyone solve it????
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Probably caused by django version mismatch. What django version did you install? What django version was this project made in? A common mistake is just to pip install django, but that only fetches the latest version.