Skip to content

Commit 85977b6

Browse files
committed
Add www sub-domain to ALLOWED_HOSTS
1 parent 3746268 commit 85977b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonkc_site/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
}
2525

26-
ALLOWED_HOSTS = ['pythonkc.com']
26+
ALLOWED_HOSTS = ['pythonkc.com', 'www.pythonkc.com']
2727

2828
# Local time zone for this installation. Choices can be found here:
2929
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name

0 commit comments

Comments
 (0)