Description
In this course we’re going to teach you what’s behind how Twitter works. Now, Twitter has hundreds of developers so what we’re actually building is the basis of what Twitter once was, the absolute most simple things by learning more Django along the way.
What are we going to learn:
- Ajax + jQuery to “Tweet” messages
- Tag users directly (@user)
- Use Hashtags (#newtag)
- Integrate Bootstrap
- Using an Ajax form within a Bootstrap Modal
- Django Rest Framework
- Follow users (via Ajax)
- Like posts (via Ajax)
- Retweet posts (via Ajax)
- Class Based Views
- Custom Template Tags
- Counting characters in a form
- Basic Registration
- And much more!