Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 252 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 252 Bytes

awesome-penguin

Temporary Django website for the Release 2018 Spring Campaign.

Quick Deployent

pip install -r requirements.txt
python manage.py migrate
python manage.py runserver 0.0.0.0:8000
  • We recommend using a virtual environment