Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 421 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 421 Bytes

Django App

Relevant Links
  1. Django_start
  2. First_project

Setting up Virtual Env

pyenv virtualenv 3.6.2 django_app pyenv activate django_app

Downloading Django

If you don't have pip, install pip. Then, pip install -r requirements.txt to install all the dependencies for this project.