Try-Django-1.10
Try-Django-1.10 copied to clipboard
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...

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
5 - Setup Django Project
6-8 - No Code Changes
9 - Startapp Shortner
10 - Models
11 - Make Changes to Models
12 - Handling Migration Failures
13 - Saving in the Python Shell
14 - Override the Save Method
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
20 - URL Keyword Arguments
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
26 - HTML Form
27 - Django Forms
28 - Form Validation & Custom Validators
29 - Rendering New Templates and Context
30 - Reverse and Short Url
31 - Analytics App
32 - Integrate Bootstrap
33 - Project Clean Up Part 1
34 - Project Clean Up Part 2
35-39 - Heroku & Going Live