Skip to content

SankSari/soteria

Repository files navigation

Soteria

Heart of the best disaster prevention tool

Setup

# Python3 virtualenv
$ python3 -m venv .
$ source venv/bin/activate
# Install requirements
$ pip install -r requirements.txt
# Migrate db
$ python manage.py migrate
# Start the server
$ python manage.py runserver