Service Portal für das Kompensationsverzeichnis. Offiziell als "KSP" deployed. https://ksp.naturschutz.rlp.de
Go to file
mpeltriaux 4c5e170b85 # 61 General table enhancements
* enhances rendering of tables
* enhances rendering of filter section
* reorganizes table filter codes into konova/filters/ folder and splits into mixins and table_filters
2022-01-12 10:11:47 +01:00
analysis #49 Annual report improve 2022-01-05 15:26:16 +01:00
codelist #54 Grouped autocomplete 2022-01-07 13:50:37 +01:00
compensation # 61 General table enhancements 2022-01-12 10:11:47 +01:00
ema # 61 General table enhancements 2022-01-12 10:11:47 +01:00
intervention # 61 General table enhancements 2022-01-12 10:11:47 +01:00
konova # 61 General table enhancements 2022-01-12 10:11:47 +01:00
locale/de/LC_MESSAGES # 61 Filter frontend 2022-01-11 17:29:36 +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 # 61 General table enhancements 2022-01-12 10:11:47 +01:00
user Refactors triggering checked/recorded 2021-11-17 14:33:05 +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).