mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-07-21 11:24:23 +02:00
update manager, welcome and status page.
This commit is contained in:
parent
6a53c8bc97
commit
7332bca96e
17 changed files with 313 additions and 7 deletions
6
routerfleet_tools/apps.py
Normal file
6
routerfleet_tools/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class RouterfleetToolsConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'routerfleet_tools'
|
Loading…
Add table
Add a link
Reference in a new issue