Last active
October 24, 2024 07:59
-
-
Save vishwajeeta/88cf7d90030fdd79de4cbe31554dcc75 to your computer and use it in GitHub Desktop.
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/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment