from django.apps import AppConfig class ApiConfig(AppConfig): """Django AppConfig for the API app.""" name = 'api'