Service Portal für das Kompensationsverzeichnis. Offiziell als "KSP" deployed. https://ksp.naturschutz.rlp.de
Go to file
mpeltriaux 591e35a0e2 #86 Parcel-Geometry improvement
* improves the way parcel-geometry relations are stored on the DB
    * instead of a numerical sequence we switched to UUID, so no sequence will run out at anytime (new model: ParcelIntersection)
    * instead of dropping all M2M relations between parcel and geometry on each calculation, we keep the ones that still exist, drop the ones that do not exist and add new ones (if new ones exist)
2022-02-09 09:18:35 +01:00
analysis # 86 Minor html/css tweaks 2022-02-04 13:55:50 +01:00
api # Migrations 2022-02-02 08:46:08 +01:00
codelist # Migrations 2022-02-02 08:46:08 +01:00
compensation #86 Parcel-Geometry improvement 2022-02-09 09:18:35 +01:00
ema #86 Parcel-Geometry improvement 2022-02-09 09:18:35 +01:00
intervention #86 Parcel-Geometry improvement 2022-02-09 09:18:35 +01:00
konova #86 Parcel-Geometry improvement 2022-02-09 09:18:35 +01:00
locale/de/LC_MESSAGES #86 Parcel district column for all 2022-02-08 15:25:44 +01:00
news # Migrations 2022-02-02 08:46:08 +01:00
templates #86 Revocation rendering if needed 2022-02-08 15:07:05 +01:00
user #86 Email enhancement 2022-02-08 14:31:11 +01:00
.gitignore # Migrations 2022-02-02 08:46:08 +01:00
LICENSE_de.md # License update 2022-01-20 10:00:12 +01:00
LICENSE_en.md # 72 License 2022-01-20 09:55:59 +01:00
manage.py Initial 2021-07-01 13:36:07 +02:00
README.md Revert accidental docker->master merge 2022-02-04 14:24:31 +01:00
requirements.txt Revert accidental docker->master merge 2022-02-04 14:24:31 +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).