Skip to content

andrewmaximoff/look-at-my-photo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram clone, without JS(just jQuery and Waypoints for Infinite Scroll).

For storage media files use django-storages(Dropbox). Look config/.env.template and settings.py.

Install requirements and activate virtualenv:

pipenv install
pipenv shell

Database migration:

python manage.py makemigrations
python manage.py migrate 

Run local server:

python manage.py runserver