|
|
@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-5@k8%e-(*v+8nb1)dvie3_$$ol=3747i)x^n3%j9pg@9j$=b)_ |
|
|
# 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 = ["djangotutorial-djangotutorial.apps.ocp-cluster.reymota.lab"] |
|
|
|
|
|
|
|
|
ALLOWED_HOSTS = [".ocp-cluster.reymota.lab"] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Application definition |
|
|
# Application definition |
|
|
|