Skip to content

Latest commit

 

History

History

Django

Django

The following is review of the tutorial for Django Application development.

Sections

Sections are based on the mysite/ directory; where each directory is an improvement on the previous section

Sites Used

Requirement

For this project we are using python3.9

  • django - pip3 install django
# validate django is installed
import django 
django.get_version()
'3.2.9'