Add root urls to allowed hosts
This commit is contained in:
parent
f95b7b1c41
commit
039e851b5c
|
@ -11,7 +11,7 @@ DEBUG = False
|
||||||
|
|
||||||
AXES_LOCKOUT_CALLABLE = "borg.views.axes"
|
AXES_LOCKOUT_CALLABLE = "borg.views.axes"
|
||||||
|
|
||||||
ALLOWED_HOSTS = ['127.0.0.1', 'borg.george.ooo']
|
ALLOWED_HOSTS = ['127.0.0.1', 'borg.george.ooo', 'george.ooo', 'www.george.ooo']
|
||||||
|
|
||||||
AUTHENTICATION_BACKENDS = [
|
AUTHENTICATION_BACKENDS = [
|
||||||
'axes.backends.AxesBackend',
|
'axes.backends.AxesBackend',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user