Django-Models-Unleashed
Django-Models-Unleashed copied to clipboard
Learn about Django models in this reference series. Created using Django 1.10.

Django Models Unleashed
Django Models Unleashed is reference series to teach you about Django models. Created using Django 1.10. Created by Team CFE @ http://joincfe.com.
Subscribe to our YouTube Channel
Thanks for watching!
Team CFE
Lecture Code
3 - Start Blank Project
4 - App, First Model, & Makemigrations
5 - Boolean Field, Null & Default Values
6 - CharField & TextField
7 - Render Model in Admin
8 - Django Field Choices
9 - Object Unicode Name
10 - Built-in Validation: no significant code changes
11 - Custom Field Validation
12 - Overriding the Save Method
13 - Using Signals with Models
14 - Error Messages & Help Text
15 - Timestamp & DateTimeFields
16 - Instance Methods & Properties
17 - Model Managers
18 - Custom QuerySet Methods
19 - Models in the Python Shell
20 - Thank you!