Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 291 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 291 Bytes

Imaging experiments tracker

Development instructions

Prerequisites

  • pip install -r requirements.txt
  • Get .env file with credentials from GitLab

Running server

source .env
./manage.py runserver

Running tests

source .env
./manage.py test