Skip to content

Instantly share code, notes, and snippets.

View vishwajeeta's full-sized avatar
🏠
Working from home

vishwajeet vishwajeeta

🏠
Working from home
View GitHub Profile
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/