fix lgtm errors

This commit is contained in:
Nick Sweeting 2021-01-30 06:07:35 -05:00
parent cc80ceb0a2
commit d6de04a83a
5 changed files with 7 additions and 6 deletions

View file

@ -33,6 +33,8 @@ LOGOUT_REDIRECT_URL = '/'
PASSWORD_RESET_URL = '/accounts/password_reset/'
APPEND_SLASH = True
DEBUG = DEBUG or sys.environ.get('DEBUG', 'false').lower() != 'false' or '--debug' in sys.argv
INSTALLED_APPS = [
'django.contrib.auth',
'django.contrib.contenttypes',