Suggested Readings for Django

An annotated list of suggested readings for the Django Web Framework.

Django Models and Testing

These readings will support your work on the Data Model for our Django Imager website.

Django Views

For your tasks this week, you’ll need to create a number of views in Django. Please refer to the following readings for help in answering your quesitons:

You may also wish to refer to the following materials for help in writing templates in Django:

Django Forms

To support creating and editing objects in Django, you’ll need to learn about Django Forms. Here are some readings to keep in mind as you progress: