Tweetme
Tweetme copied to clipboard
Build a Twitter-like web app step-by-step with Django, jQuery, and Bootstrap!
Tweetme
Build a Twitter-like web app step-by-step with Django, jQuery, and Bootstrap!
Watch it here
====
Lecture Code
5 & 6 - Django Setup & Settings
7 - Django & Serving Static Files
8 - View Function & Templates
9 - Integrate Bootstrap
10 - Tweet App
11 - Changing Fields in Models
12 - Associating a User to a Tweet with Foreign Keys
13 - CRUD & Your First Views
14 - Querying the Database & Context
15 - Template Context Basics
16 - Class Based Views
17 - Dynamic URL Routing
18 - Model Form
19 - Validatation
20 - Create View
21 - User Needed & Login Required Mixins
22 - Update View
23 - Delete View
24 - Reverse URLs
25 - Advanced Searching
26 - Template Inheritance
27 - Bootstrap Media Object for List View
28 - Bootstrap Navbar
29 - Bootstrap Containers & Columns
30 - Tweet from Homepage
31 - Django Crispy Forms
32 - Django Tests
33 - API with Django Rest Framework
34 - API Serializer & View
35 - User Display Serializer
36 - Ajax List View
37 - jQuery Search
38 - jQuery the Form
39 - Ajax & CreateAPIView
40 - Date Display
41 - Attach Tweet and Empty Form
42 - Counting Characters
43 - Auto Search
44 - Pagination & ajax Load More
45 - User Detail View
46 - Profile URL and API Update
47 - User Profile & Followers
48 - Model Manager for Following
49 - Toggle Follow
50 - Model Manager for Follow Toggle
51 - Signals
52 - Signal Tests
53 - Display Following Tweets
54 - jQuery Hashtag Parsing
55 - Hashtags App
56 - Retweet Part 1
57 - Retweet Part 2
58 - Retweet Part 3
59 - Retweet Part 4 with jQuery
60 - Parse Username & Hashtag with Python Regex
61 - Custom Django Signal
62 - Tweet List Loading Everywhere
63 - User Tweets API Endpoint
64 - Like Tweet
65 - Display Likes & Verb
66 - jQuery Attach Tweet Refactor
67 - Display Reply Tweet & Fix Likes
68 - A Form in a Bootstrap Modal
69 - Do the Reply
70 - Single Detail Tweet
71 - Single Detail View Replies
72 - Search Tweets & Users
73 - HashTag Tweet List
74 - Recommended Users & Custom Template Tag
75 - Registration & Auth
76 - Clean Up Project