Getting Started With Django

OBJECTIVE
By the end of this lab, you will be able to:
- Install Python and Django.
- Create a Django project.
- Understand the purpose of the key Python files:
views.pymodels.pyurls.pywsgi.pyasgi.pyadmin.pysettings.pyand others.
- Run the Django development server and test your setup.
20

