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