yousifa / instagram

Instagram clone made with Django framework.

Home Page:http://clone-instagram.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Instagram clone made with Django framework.

http://clone-instagram.herokuapp.com/


Languages

Language:Python 81.6%Language:HTML 18.4%