Service Portal für das Kompensationsverzeichnis. Offiziell als "KSP" deployed.
https://ksp.naturschutz.rlp.de
* enhances comment messages * adds fallback calculation for deduction-account ratio in case of missing or unlogical values * adds creation timestamp for migrated deductions, derived from old kom-deduction log/protokoll table * fixes bug in eco account migration where legal changes would not be saved * changes bug in compensation where direct data changes would not be saved * improves update_all_parcels.py by catching all types of possible exceptions during the update procedure and adding the causing geometry to the try_again_ids list |
||
---|---|---|
analysis | ||
api | ||
codelist | ||
compensation | ||
ema | ||
intervention | ||
konova | ||
locale/de/LC_MESSAGES | ||
news | ||
templates | ||
user | ||
.gitignore | ||
LICENSE_de.md | ||
LICENSE_en.md | ||
manage.py | ||
README.md | ||
requirements.txt |
Konova
Konova is the successor of KSP. It's build using the python webframework Django, the database postgresql and the css library bootstrap as well as the icon package fontawesome for a modern look, following best practices from the industry.
Background processes
Konova uses celery for background processing. To start the worker you need to run
$ celery -A konova worker -l INFO
More info can be found here. Redis must be installed.
Technical documentation
Technical documention is provided in the projects git wiki.
User documentation
A user documentation is not available (and not needed, yet).