mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-07-27 06:14:28 +02:00
7 lines
152 B
Python
7 lines
152 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class MonitoringConfig(AppConfig):
|
||
|
default_auto_field = 'django.db.models.BigAutoField'
|
||
|
name = 'monitoring'
|