Toucan: A simple twitter recplica with Django


An utterly fantastic project using Django 1.9.

Features

  1. register
  2. login
  3. tweet
  4. follow others (other people who log into your software)
  5. 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
$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

toucan

Leave a comment