settings
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Jakub K 2023-10-05 21:15:37 +02:00
parent 1de2c8d4b7
commit 624bd4b9ae

View File

@ -25,7 +25,7 @@ SECRET_KEY = "django-insecure-ztiqj957k(j*@ms=-^9j+=j7wd+cyo*+9g&hkfh1bji-@#&6(e
# 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 = ['izaac.izaac.pl'] ALLOWED_HOSTS = ['izaac.izaac.pl', 'localhost', '127.0.0.1']
# Application definition # Application definition