mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-02-20 03:36:16 +00:00
Add cluster app with initial migrations, models, and settings integration
This commit is contained in:
@@ -45,7 +45,8 @@ INSTALLED_APPS = [
|
||||
'wireguard_tools',
|
||||
'firewall',
|
||||
'dns',
|
||||
'vpn_invite'
|
||||
'vpn_invite',
|
||||
'cluster'
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
@@ -148,6 +149,6 @@ STATICFILES_DIRS = [
|
||||
DNS_CONFIG_FILE = '/etc/dnsmasq/wireguard_webadmin_dns.conf'
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||
|
||||
WIREGUARD_WEBADMIN_VERSION = 9966
|
||||
WIREGUARD_WEBADMIN_VERSION = 9967
|
||||
|
||||
from wireguard_webadmin.production_settings import *
|
||||
|
||||
Reference in New Issue
Block a user