Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 292 Bytes

File metadata and controls

16 lines (14 loc) · 292 Bytes

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