This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cmd>pip install django | |
cmd>django-admin startproject <project Name> | |
cmd>cd <project Name> | |
python manage.py runserver | |
# in google chrome open this link :- | |
http://127.0.0.1:8000/ |