Record class view

* adds AbstractRecordView to konova/views/record.py
    * implements for all major data types
This commit is contained in:
2022-08-19 11:01:33 +02:00
parent 096385a9eb
commit c80145366e
9 changed files with 86 additions and 81 deletions

View File

@@ -23,7 +23,7 @@ class AbstractLogView(View):
Args:
request (HttpRequest): The incoming request
id (str): The compensation's id
id (str): The object's id
Returns: