mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-07-31 08:14:28 +02:00
wireguard_webadmin integration
This commit is contained in:
parent
fe604a8a49
commit
19b714dc21
13 changed files with 274 additions and 1 deletions
6
integration_manager/apps.py
Normal file
6
integration_manager/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class IntegrationManagerConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'integration_manager'
|
Loading…
Add table
Add a link
Reference in a new issue