Skip to content

Commit 296f9ed

Browse files
committed
Allow any host
1 parent 85f09da commit 296f9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# SECURITY WARNING: don't run with debug turned on in production!
2626
DEBUG = True
2727

28-
ALLOWED_HOSTS = ['restframework.herokuapp.com']
28+
ALLOWED_HOSTS = ['*']
2929

3030
# Application definition
3131

0 commit comments

Comments
 (0)