mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-07-20 02:44:33 +02:00
Update check
This commit is contained in:
parent
578f7a63f9
commit
03a9c12696
24 changed files with 349 additions and 16 deletions
|
@ -38,6 +38,7 @@ INSTALLED_APPS = [
|
|||
'django.contrib.staticfiles',
|
||||
'wireguard',
|
||||
'user_manager',
|
||||
'wireguard_tools',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
@ -127,4 +128,6 @@ STATICFILES_DIRS = [
|
|||
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||
|
||||
WIREGUARD_WEBADMIN_VERSION = 9000
|
||||
|
||||
from wireguard_webadmin.production_settings import *
|
Loading…
Add table
Add a link
Reference in a new issue