Build a Twitter-like web app step-by-step with Django, jQuery, and Bootstrap!
Watch it here
====
5 & 6 - Django Setup & Settings
7 - Django & Serving Static Files
11 - Changing Fields in Models
12 - Associating a User to a Tweet with Foreign Keys
14 - Querying the Database & Context
21 - User Needed & Login Required Mixins
27 - Bootstrap Media Object for List View
29 - Bootstrap Containers & Columns
33 - API with Django Rest Framework
41 - Attach Tweet and Empty Form
44 - Pagination & ajax Load More
46 - Profile URL and API Update
48 - Model Manager for Following
50 - Model Manager for Follow Toggle
59 - Retweet Part 4 with jQuery
60 - Parse Username & Hashtag with Python Regex
62 - Tweet List Loading Everywhere
66 - jQuery Attach Tweet Refactor
67 - Display Reply Tweet & Fix Likes
68 - A Form in a Bootstrap Modal
71 - Single Detail View Replies