This commit is contained in:
Yamozha 2021-03-13 01:10:59 +02:00
parent ef87f0ec24
commit 2ebe58c511
9 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,10 @@ SECRET_KEY = '&(v*@m-bz2n9kki!2y)qo5ipp-v+!vfpb4cj=l6n93y&18jht*'
# 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 = [] ALLOWED_HOSTS = [
"cleener.xyz",
"www.cleener.xyz",
]
# Application definition # Application definition