Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 540 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 540 Bytes

Instagram clone

A Instagram clone made with django framework.

Dependencies

  • Python 3.x
  • Django==1.8
  • django-braces==1.8.1
  • django-crispy-forms==1.5.1

#Installation

// assuming you've already install virtualenvwrapper
mkvirtualenv --python=`which python3` instagram
git clone https://github.com/benigls/instagram.git && cd instagram
pip install -r requirements/developement.txt
cd instagram
./manage syncdb
./manage runserver

#Contributions

Feel free to fork the project if you wish to contribute.