Skip to content

ShivaShirsath/Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django

Install

pip install django

Upgrade

pip install django --upgrade

Create Project

django-admin startproject PROJECT_NAME

Open Project

cd PROJECT_NAME

Run Server

python manage.py runserver

Open Server : http://127.0.0.1:8000

Edit file & Save it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors