Service Portal für das Kompensationsverzeichnis. Offiziell als "KSP" deployed. https://ksp.naturschutz.rlp.de
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
mpeltriaux 2fa2876090 #31 API POST Compensation
* adds support for POST of new compensations
* adds shared_users property to BaseObject and Compensation to simplify fetching of shared users (Compensation inherits from intervention)
* extends compensation admin index
* modifies compensation manager which led to invisibility of deleted entries in the admin backend
* fixes bug in sanitize_db.py where CREATED useractions would be removed if they are not found on any log but still are used on the .created attribute of the objects
3 years ago
analysis # Hotfix 3 years ago
api #31 API POST Compensation 3 years ago
codelist #54 Grouped autocomplete 3 years ago
compensation #31 API POST Compensation 3 years ago
ema # 83 Publication rework EMA 3 years ago
intervention # 83 Publication rework interventions 3 years ago
konova #31 API POST Compensation 3 years ago
locale/de/LC_MESSAGES # 83 Publication rework interventions 3 years ago
logs Initial 3 years ago
news # 70 Tab title rest 3 years ago
templates # 70 Tab titles interventions 3 years ago
user #31 API basic implementation 3 years ago
.gitignore Initial 3 years ago
LICENSE_de.md # License update 3 years ago
LICENSE_en.md # 72 License 3 years ago
README.md #55 Celery parcel updating 3 years ago
manage.py Initial 3 years ago
requirements.txt #54 Grouped autocomplete 3 years ago

README.md

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