Try Django 1.10
Try Django 1.10 is an introduction to Django version 1.10 by creating a URL shortening service. This series covers a variety of Django basics as well as Django 1.10 specific material. Created by Team CFE @ http://joincfe.com.
The tutorial videos are available on our YouTube channel and ad-free on Coding for Entrepreneurs.
Subscribe to our YouTube Channel
Thanks for watching!
Team CFE
Lecture Code
6-8 - No Code Changes
12 - Handling Migration Failures
13 - Saving in the Python Shell
15 - Dynamic Shortcode Generator
16 - Model Manager and Refresh Shortcodes
17 - Custom Django Management Commands
18 - CBV Views, FBV Views, and URLs
19 - Using Parameters from Django Settings
21 - Query the Database with the Shortcode
22 - HttpResponse Redirect & URL Ordering
23 - Locally Testing a Domain Name:
sudo nano /etc/hosts/
# insert
127.0.0.1 tirr.com
127.0.0.1 www.tirr.com
127.0.0.1 blog.tirr.com
24 - Using Django-Hosts for Subdomain Handling
25 - Home View & In App Templates
28 - Form Validation & Custom Validators