Source code for aoki.apps """Django application configuration for the AOKI app.""" from django.apps import AppConfig [docs] class AokiConfig(AppConfig): """Configuration for the AOKI app.""" [docs] default_auto_field = 'django.db.models.BigAutoField' [docs] name = 'aoki'