Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 1023 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 1023 Bytes

Invisible Ink - Django Server

The Django server provides the REST API for the clients and stores the data.

Used software

For details see requirements.txt!

Run

  1. Create a settings file cp settings-sample.py settings.py and modify the SECRET_KEY in this file (it can't be empty)

  2. Install the requirements pip install -r requirements.txt

  3. Create database tables and a superuser python manage.py syncdb

  4. Run server python manage.py runserver

    Admin site: http://localhost:8000/admin/

    API: http://localhost:8000/api/v1/