Service Portal für das Kompensationsverzeichnis. Offiziell als "KSP" deployed. https://ksp.naturschutz.rlp.de
Go to file
mpeltriaux 7c5454a2c9 # 63 Mail data deleted
* adds mail sending if shared data is deleted
* adds/updates translations
* refactors recording mails into separate email template folder email/recording
2022-01-12 15:31:25 +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 # 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 # 63 Mail data deleted 2022-01-12 15:31:25 +01:00
locale/de/LC_MESSAGES # 63 Mail data deleted 2022-01-12 15:31:25 +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 # 63 Mail data deleted 2022-01-12 15:31:25 +01:00
user # 63 Mail data deleted 2022-01-12 15:31:25 +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).