Skip to content

Commit e57ca04

Browse files
committed
add wildcard to allowed host
1 parent 9c18243 commit e57ca04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyconkr/prod-settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
'dev.pycon.kr',
1212
'pycon.kr',
1313
'2020.pycon.kr',
14+
'*',
1415
]
1516

1617
# https://stackoverflow.com/questions/54784981/django-allauth-google-oauth-redirect-uri-mismatch-error

0 commit comments

Comments
 (0)