6 lines
96 B
Python
6 lines
96 B
Python
![]() |
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class HealthViewConfig(AppConfig):
|
||
|
name = 'health_view'
|