Wednesday Videos and Links
Posted on Oct 21st, 2020
Overview of today’s topics
- Django forms and form fields
- generic forms and model forms
- data validation in Django forms
- rendering Django forms
-
using forms & form logic in Django view functions
- Django query API
- Using the filter method
-
Django field lookups (these are the special queries like ‘title__contains’)
- Simple user authentication
- django-registration-redux
Overview of tomorrow’s
Class videos
- Wednesday Morning Video
- Password: 5%7mJ0%P
- Wednesday Afternoon Video
- Password: 5!TsTJQB
Links, tutorials, and videos (by topic)
Django cheat sheet
This cheat sheet provides a (relatively) succinct list of core Django commands and syntax. Bookmark this page!
Django queries
- Django Queries Tutorial
- Django Lookup API Reference
- Building effective Django queries (video from DjangoCon US 2019)
- Search from the ground up (video from DjangoCon US 2019)