Skip to content

habrasanta/habrasanta-backend

Repository files navigation

Habrasanta backend

Testing without installation

Visit https://beta.habrasanta.org

Running locally

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ docker run --rm -p 6379:6379 redis:alpine
$ python manage.py migrate
$ python manage.py runserver

To match addresses or schedule chat notifications:

$ python manage.py cron

To send out notifications:

$ celery -A habrasanta worker -P solo -l INFO

To make sure it still works:

$ python manage.py test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages