mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-16 16:14:28 -04:00
simplify debug
This commit is contained in:
parent
d6de04a83a
commit
326ce78496
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ LOGOUT_REDIRECT_URL = '/'
|
||||||
PASSWORD_RESET_URL = '/accounts/password_reset/'
|
PASSWORD_RESET_URL = '/accounts/password_reset/'
|
||||||
APPEND_SLASH = True
|
APPEND_SLASH = True
|
||||||
|
|
||||||
DEBUG = DEBUG or sys.environ.get('DEBUG', 'false').lower() != 'false' or '--debug' in sys.argv
|
DEBUG = DEBUG or ('--debug' in sys.argv)
|
||||||
|
|
||||||
INSTALLED_APPS = [
|
INSTALLED_APPS = [
|
||||||
'django.contrib.auth',
|
'django.contrib.auth',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue