c3wien / Poke-That-Gmeind

MIT License
2 stars 6 forks source link

About

Dieses Repository beinhaltet den Code der Kampagne "Luftfilterbegehren" auf luftfilterbegehren.at.

Setup

See below for dependencies.

Dependencies

virtualenv

virtualenv -p python3 .
source bin/activate
pip install -r requirements.txt

SMTP-Service

use the following to mock the smtp service for development:

docker run --rm -it -p 3000:80 -p 25:25 rnwood/smtp4dev

Includes