mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-10-05 06:26:17 +00:00
Small deployment fixes
This commit is contained in:
@@ -27,7 +27,6 @@ DEBUG = True
|
||||
|
||||
ALLOWED_HOSTS = []
|
||||
|
||||
|
||||
# Application definition
|
||||
|
||||
INSTALLED_APPS = [
|
||||
@@ -127,3 +126,5 @@ STATICFILES_DIRS = [
|
||||
# https://docs.djangoproject.com/en/5.0/ref/settings/#default-auto-field
|
||||
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||
|
||||
from wireguard_webadmin.production_settings import *
|
Reference in New Issue
Block a user