Skip to content

Heart of the best disaster prevention tool, Submission for codefundo++

License

Notifications You must be signed in to change notification settings

SankSari/soteria

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d9849d4 · Sep 28, 2019

History

45 Commits
Oct 11, 2018
Dec 23, 2018
Oct 24, 2018
Oct 26, 2018
Sep 28, 2019
Oct 26, 2018
Oct 27, 2018
Oct 26, 2018
Oct 14, 2018
Oct 26, 2018
Oct 24, 2018
Oct 11, 2018
Sep 28, 2019
Oct 11, 2018
Oct 12, 2018
Oct 24, 2018
Oct 11, 2018
Aug 6, 2019

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