Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 146 Bytes

DjangoTutorials.md

File metadata and controls

9 lines (9 loc) · 146 Bytes

Django Tutorials

Install django with python

python -m pip install django

To check the Django version

python -m django --version