Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 773 Bytes

library.md

File metadata and controls

19 lines (17 loc) · 773 Bytes

Library

virtualenv -p python3.6 env
source env/bin/activate
pip install pytz                          # World Timezone Definitions
pip install django                        # Our MVC Framework
pip install django-environ                # Environment Variables with 12factorization
pip install django-cors-headers           # Enable CORS in Headers
pip install psycopg2-binary               # Postgres SQL ODBC
pip install django-oauth-toolkit          # oAuth 2.0 Client and Provider Framework
pip install Pillow                        # Req: ImageField
pip install djangorestframework           # RESTful API Endpoint Generator
pip install gunicorn                      # Web-Server Helper
pip install django-starterkit             # Django starter kit