Skip to content

Commit a422940

Browse files
committed
Update ALLOWED_HOSTS
1 parent a340773 commit a422940

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

issue_tracker/settings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
# SECURITY WARNING: don't run with debug turned on in production!
2929
DEBUG = True
3030

31-
ALLOWED_HOSTS = []
31+
ALLOWED_HOSTS = ['http://localhost:8000/',
32+
'https://django-issue-tracker-1.herokuapp.com']
3233

3334

3435
# Application definition

0 commit comments

Comments
 (0)