9 lines
145 B
Python
9 lines
145 B
Python
# -*- encoding: utf-8 -*-
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class HealthConfig(AppConfig):
|
|
name = 'apps.health'
|
|
label = 'apps_health'
|