A Twitter clone made with django framework.
- Python 3.x
- Django==2.0.3
- django-braces==1.8.1
#Installation
// assuming you've already install virtualenv
pip install -r requirements
cd twitter
python manage.py migrate
python manage.py runserver
#Contributions
Feel free to fork the project if you wish to contribute.