Skip to content

Instantly share code, notes, and snippets.

@vishwajeeta
Last active September 16, 2022 10:13
Show Gist options
  • Save vishwajeeta/88cf7d90030fdd79de4cbe31554dcc75 to your computer and use it in GitHub Desktop.
Save vishwajeeta/88cf7d90030fdd79de4cbe31554dcc75 to your computer and use it in GitHub Desktop.
cmd>pip install python
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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment