mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-16 17:39:53 +00:00
.
This commit is contained in:
parent
c3b0741fc7
commit
255b39e66b
@ -16,7 +16,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
|
||||
SECRET_KEY = 'django-insecure-jw3fshufj(1$iv+&9bie=r%27+^e2sz0!_gq38*5p5!csrm&#s'
|
||||
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = True
|
||||
DEBUG = bool(os.getenv('DEBUG', False))
|
||||
|
||||
ALLOWED_HOSTS = ['*']
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user