mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-08-01 00:34:34 +02:00
Router monitoring first commit
This commit is contained in:
parent
9129a007ee
commit
2a95f0c77f
9 changed files with 60 additions and 0 deletions
6
monitoring/apps.py
Normal file
6
monitoring/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class MonitoringConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'monitoring'
|
Loading…
Add table
Add a link
Reference in a new issue