konova/codelist/apps.py
mipel 49f7f3db53 Codelist integration
* adds codelist app
* adds KonovaCodeList and KonovaCode model for fetching and storing OSIRIS Codelisten entries
* adds update_codelist command for updating and fetching codes
* adds autocomplete route for using codelists in forms
2021-08-23 18:30:02 +02:00

6 lines
91 B
Python

from django.apps import AppConfig
class CodelistConfig(AppConfig):
name = 'codelist'