Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 335 Bytes

File metadata and controls

29 lines (19 loc) · 335 Bytes

QNA

stack overflow with a twist

Installation

Requirements

Tech Version
Python >= 3.6
  1. Install requirements (Activate your virtualenv)
$ pip install -r requirements.txt
  1. Install migrations
$ python manage.py migrate
  1. Run dev server
$ python manage.py runserver