mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-08-03 01:34:55 +02:00
Small deployment fixes
This commit is contained in:
parent
8bd6f1d6bb
commit
91502f6cc5
6 changed files with 50 additions and 23 deletions
|
@ -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 *
|
Loading…
Add table
Add a link
Reference in a new issue