Compare commits

..

No commits in common. 'a8a653f129a87a6f52358868989db89796af10e7' and '5968ae69d1fb781c116023f9bcd0be72e60730e5' have entirely different histories.

1
.gitignore vendored

@ -3,4 +3,3 @@
venv/ venv/
db.sqlite3 db.sqlite3
./.DS*/* ./.DS*/*
*/*.sock

@ -29,8 +29,7 @@ SECRET_KEY = 'django-insecure-0$kqaql9qn*^##h(7l^ic$nf^lyc^#8#hcpk(_3l8h!%r+er3a
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True DEBUG = True
ALLOWED_HOSTS = ["10.0.4.181", "cp.samuelzielke.de", "127.0.0.1", "localhost"] ALLOWED_HOSTS = []
CSRF_TRUSTED_ORIGINS = ["https://cp.samuelzielke.de"]
# Application definition # Application definition
@ -130,7 +129,6 @@ USE_TZ = True
# https://docs.djangoproject.com/en/5.1/howto/static-files/ # https://docs.djangoproject.com/en/5.1/howto/static-files/
STATIC_URL = 'static/' STATIC_URL = 'static/'
STATIC_ROOT = '/var/www/crewpulse/static/'
# Default primary key field type # Default primary key field type
# https://docs.djangoproject.com/en/5.1/ref/settings/#default-auto-field # https://docs.djangoproject.com/en/5.1/ref/settings/#default-auto-field

Loading…
Cancel
Save

Powered by TurnKey Linux.