Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 754 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 754 Bytes

dodge

Prerequisites

  • Python 3.5.2
  • Django 1.10.1 (pip install django)
  • Django Rest framework (pip install djangorestframework)

REDCap

to run

$ python manage.py runserver

to add an admin user

$ python manage.py createsuperuser