Skip to content

adit98/instagram

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.6%
  • HTML 18.4%