5 lines
109 B
Python
5 lines
109 B
Python
"""
|
|
Core app - Base models, utilities, and health check
|
|
"""
|
|
default_app_config = 'apps.core.apps.CoreConfig'
|