This commit is contained in:
Holger Sielaff
2025-08-27 09:55:55 +02:00
commit 90c0ff61ed
107 changed files with 8535 additions and 0 deletions

6
mikrotik/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class MikrotikConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'mikrotik'