pip install django
!django-admin startproject PyShop
!python manage.py runserver
----:In the last line of code, I should be getting some kind of a web link as an output but i get this location error. Is there any syntax error
You aren't in PyShop directory. Use:
!python PyShop/manage.py runserver
Note! I'm not sure that you can open this link to the application
2.1m questions
2.1m answers
60 comments
57.0k users