This page is just another way for me to collect some links that I have briefly visited and have found useful for Django programming, most of which are documentation pages. Of course I can always run another search, but some of these links I found through recommendations or serendipity.
I’ll occasionally add to this page, but won’t attempt to organize them. These exist as prompts for later review.
- Built-in template tags and filters
- The Django Book
- Model Meta options
- QuerySet API reference
- Managing files
- Models
- Model field reference
- Cross Site Request Forgery protection
- Managing static files (e.g. images, JavaScript, CSS)
- Django Debug Toolbar
- Working with forms
- Sending email
- The messages framework
- Django customizing error views
- Django URL dispatcher
- Django doc- Making queries
- Django doc - Unicode data and utilities
- django.conf.urls utility functions
- Syntax highlighting with Django and Markdown
- The purpose of cleaned_data and response after form submit
- Form and field validation
- Validators
- Creating forms from models
- Formsets
- Getting breadcrumbs in your template
- Providing initial data for models
- Class-based views
- Classy Class-Based Views
- The messages framework
- Serializers
- REST Generic Views
- ViewSets
- REST function-based views
- Serializer relations