Thanks to visit codestin.com
Credit goes to github.com

Skip to content

TammyAlok2/Chai-Aur-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

** Django is python framework which is used to rapid developement ** // virtual environment // for making virtual environment py -m venv .venv

// to install uv : pip install uv uv venv

// to start the virtual environment : .venv/Scripts/activate // django install uv pip install Django // to create a project : django-admin startproject project-name // to run project : python manage.py runserver // to change the port no : python manage.py runserver portno. // manage.py is starting file of Django server //

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published