Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 444 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 444 Bytes

Build Status Coverage Status

Initial version of the GIFTS REST interface.

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

python manage.py collectstatic

python manage.py runserver