Newer
Older
from django.contrib.admin.apps import AdminConfig
"""
App configuration (default, only specifies name of the app)
"""
"""
App configuration for admin
Loading a custom version here allows to add additional contex and further adapt the behavior of the admin interface
"""