Fixup verbose names

This commit is contained in:
Jens Langhammer
2018-11-26 17:17:32 +01:00
parent ca80ebc0cc
commit 15ed14046e
9 changed files with 86 additions and 8 deletions

View File

@ -32,7 +32,7 @@ SECRET_KEY = '9$@r!d^1^jrn#fk#1#@ks#9&i$^s#1)_13%$rwjrhd=e8jfi_s'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
INTERNAL_IPS = ['127.0.0.1']
ALLOWED_HOSTS = ['172.16.16.100']
ALLOWED_HOSTS = []
LOGIN_URL = 'passbook_core:auth-login'