Skip to content

Premkant-Kori/Django-with-W3School

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Django-with-W3School

Learn Django with W3School

To check version of python

python --version

to check version of django

django-admin --version

to create vertual environment

python -m venv myenv

to activate virtual environment

myenv/Scripts/activate

to check install packages

pip list

to update pip package

python -m pip install --upgrade pip

to check pip version

pip --version

to install django

py -m pip install Django

to create django project

django-admin startproject project_name

to run current project

python manage.py runserver

to create django app

django-admin startapp members

About

Learn Django with W3School

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages