The code for the petition module closely resembles that of istkicklschonweg.at. Go to AKVorrat/istkicklschonweg.at for a more detailed commit history.
virtualenv .venv
source .venv/bin/activate
pip install .[dev]
python ./manage.py migrate
python ./manage.py runserver
Scss source files are located in ams/static/scss
.
cd ams
django-admin makemessages -a
django-admin compilemessages