Instagram clone app with Python
See Django notes for this project here
In a Python enviroment
python -m venv env
pip freeze
Install dependences
pip install -r requirements
See command Django Admin
django-admin
Run the server app
python manage.py runserver