amsalgorithmus.at

The code for the petition module closely resembles that of istkicklschonweg.at. Go to AKVorrat/istkicklschonweg.at for a more detailed commit history.

Setup

virtualenv .venv 
source .venv/bin/activate

pip install .[dev]

python ./manage.py migrate

Running

python ./manage.py runserver

Scss

Scss source files are located in ams/static/scss.

Translation

cd ams
django-admin makemessages -a
django-admin compilemessages