Skip to content

Commit fb0e4d9

Browse files
committed
add testserver to allowed hosts since that's what requestfactory seems to use by default
1 parent f85c044 commit fb0e4d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

settings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
}
66

77
ROOT_URLCONF = "oauthadmin.urls"
8-
SECRET_KEY = "secret"
8+
SECRET_KEY = "secret"
9+
ALLOWED_HOSTS = ['testserver']

0 commit comments

Comments
 (0)