Skip to content

Commit d960ff9

Browse files
committed
Add heroku allowed host
1 parent 9e270eb commit d960ff9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial/settings.py

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

27-
ALLOWED_HOSTS = []
27+
ALLOWED_HOSTS = ['restframework.herokuapp.com']
2828

2929
# Application definition
3030

0 commit comments

Comments
 (0)