Service Portal für das Kompensationsverzeichnis. Offiziell als "KSP" deployed. https://ksp.naturschutz.rlp.de
Go to file
mpeltriaux 6c9d47cad0 #75 Propagate users
* extends KonovaSSOClient for providing support of propagated user data from sso-server. For longterm, we hope to have this feature directly on django-simple-sso. Further details can be found here: https://github.com/divio/django-simple-sso/issues/67
2022-01-19 13:17:55 +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 #75 Propagate users 2022-01-19 13:17:55 +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).