Django - URLs, Forms, and Model Relationships
Posted on Jun 17th, 2021
🗓️ Today’s Topics
- More Django for your web development enjoyment
- URLs
- Forms
- Model Relationships
🎯 Project
Continue with the next sections of Uptact.
🔖 Resources
🐴 Django docs
- Model Relationships
- How validators are run
- Validation on a model form
- URLs
- Django Template Language
- Making Queries (using the ORM)s
- Working with Forms -> read this first
- Form and field validation
- The Forms API -> details on form object attribute and methods (such as
as_p()
) - CSRF
- Topic Guide