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