Small deployment fixes

This commit is contained in:
Eduardo Silva 2024-02-15 22:20:44 -03:00
parent 8bd6f1d6bb
commit 91502f6cc5
6 changed files with 50 additions and 23 deletions

View file

@ -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 *