/look-at-my-photo

https://look-at-my-photo.herokuapp.com

Primary LanguagePython

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