try-django-19
try-django-19 copied to clipboard
Try Django 1.9 is an introduction to Django version 1.9 by creating a simple, yet robust, Django blog. This series covers a variety of Django basics as well as Django 1.9 specific material. Created by...
Try Django 1.9
Try Django 1.9 is an introduction to Django version 1.9 by creating a simple, yet robust, Django blog. This series covers a variety of Django basics as well as Django 1.9 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
The tutorial code below is the final code from the end of each tutorial video. Each link below is tied directly to the tutorial's title. Please note that some videos will not have code reference code.
4 - Versions & Install
5 - Superuser & Admin
6 - First App & Model
7 - Model to Admin
8 - Customize Admin
9 - CRUD
10 - Writing our first View
12 - Mapping URLs to Views
13 - In App URLs
14 - Django Templates
15 - Template Context
16 - QuerySet Basics
17 - Get Item or 404 Query
18 - Dyanmic Url Routing & Patterns
19 - URL Links & Get Absolute URL
20 - Model Form & Create View
21 - Instance Update View
22 - Django Messages Framework
23 - Delete View
24 - Templates & Inheritance
25 - Setup Static Files - CSS - Javascript - Images in Django
26 - Implment Bootstrap
27 - Pagination by QuerySet
28 - File Uploads with FileField and ImageField
29 - SlugField
30 - Social Share Links
31 - Custom Template Tag
32 - Basic User Permissions
33 - Associate User to Post with a Foreign Key
34 - Using Facebook Comments
35 - Item Publish Date & Draft
36 - Model Managers & Handling Drafts
37 - Search Posts
Final Try Django 1.8 Code