add WireguardStatusCache model and initial migration

This commit is contained in:
Eduardo Silva
2026-01-06 11:27:42 -03:00
parent 51171bdd97
commit 0a9c4514f0
3 changed files with 36 additions and 2 deletions

View File

@@ -46,7 +46,8 @@ INSTALLED_APPS = [
'firewall',
'dns',
'vpn_invite',
'cluster'
'cluster',
'api'
]
MIDDLEWARE = [