An utterly fantastic project using Django 1.9.
Features
- register
- login
- tweet
- follow others (other people who log into your software)
- view tweets which are posted by the people I follow.
How to Use
To use this project, you need to create your working environment
- Install Django
$ pip install django
- Open the terminal and clone the application from GitHub repo https://github.com/mainul098/Toucan
$git clone https://github.com/mainul098/Toucan.git
Deployment to Heroku
$ heroku create $ git push heroku master $ heroku run python manage.py migrate
See also, at toucan-twitter application


Leave a comment