A Django Twitter-like social network application
Check out the Github Repo
This is a Twitter-like social network where logged-in users can post and edit 140-character status updates, view the status feed of users they follow (or of all users on the site), and view individual user profiles to see their friends' status updates and total follower/follows count. Users can follow/ unfollow each other through their individual profile pages, and "like" or "unlike" posts (which asynchronously updates the message's status on the server with fetch).
Technologies: