/platzigram

Platzigram - Instagram clone developed during the Django Course on Platzi.com

Primary LanguagePythonMIT LicenseMIT

Platzigram

Create a minimal project (inspired by instagram) in Django.

Dependencies

Python 3 Django

Usage

python3 -m venv .env
source .env/bin/activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Course

Platzi Django Course

Course videos and progress

Extras

License

This project is under MIT License

Author

Pablo Trinidad | 2018