41c9ed106c
* 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
6 lines
91 B
Python
6 lines
91 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class CodelistConfig(AppConfig):
|
|
name = 'codelist'
|