Service Portal für das Kompensationsverzeichnis. Offiziell als "KSP" deployed. https://ksp.naturschutz.rlp.de
Go to file
mpeltriaux a464ed9e3f # Bugfix parcel updating
* fixes bug where under certain circumstances the parcel updating would fail
2022-01-19 17:20:13 +01:00
analysis # Hotfix 2022-01-19 14:13:25 +01:00
codelist #54 Grouped autocomplete 2022-01-07 13:50:37 +01:00
compensation # 63 Refactoring 2022-01-12 12:56:22 +01:00
ema # 63 Refactoring 2022-01-12 12:56:22 +01:00
intervention # 63 Refactoring 2022-01-12 12:56:22 +01:00
konova # Bugfix parcel updating 2022-01-19 17:20:13 +01:00
locale/de/LC_MESSAGES # 62 404 and 500 2022-01-12 16:45:55 +01:00
logs Initial 2021-07-01 13:36:07 +02:00
news Fixes and improvements 2021-08-03 17:22:41 +02:00
templates #67 Parcel error fix 2022-01-13 09:27:35 +01:00
user # 63 Mail data checked 2022-01-12 15:48:47 +01:00
.gitignore Initial 2021-07-01 13:36:07 +02:00
manage.py Initial 2021-07-01 13:36:07 +02:00
README.md #55 Celery parcel updating 2022-01-06 12:08:38 +01:00
requirements.txt #54 Grouped autocomplete 2022-01-07 13:50:37 +01:00

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).