Skip to content

sumityadav22/Django-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

Django Documentation

install Django

pip install django

follow this command to make, migrate, and run your server/project

Create the project:

django-admin startproject projectName

go inside the project

cd projectName

Run the server

python manage.py runserver

also remember

{% %} -> Expressions {{ }} -> Variables

About

This repository is made for understanding the concept related to Django framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published