ready to prroduction

master
timka 2023-11-22 16:53:41 +03:00
parent 8be37c2655
commit e2cef971a0
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ BASE_DIR = Path(__file__).resolve().parent.parent
SECRET_KEY = 'django-insecure-q-42b%h)7^!d5_up!&3yn#!2b(5juzl=^)nd6&j&5zdw3fcml&'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False
CSRF_TRUSTED_ORIGINS = ["https://link.timka.su"]
ALLOWED_HOSTS = ['*']