Source code for cdh.rest.apps

from django.apps import AppConfig


[docs]class CdhRestClientConfig(AppConfig): default_auto_field = 'django.db.models.BigAutoField' name = 'cdh.rest'