8000 Change the production URL · python-doc-tw/pydoc_autobuild@9345719 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9345719

Browse files
committed
Change the production URL
1 parent 127e10c commit 9345719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydoc_autobuild/settings/production.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
DEBUG = False
88

99
# Must mention ALLOWED_HOSTS in production!
10-
ALLOWED_HOSTS = ['pydoc.liang2.tw']
10+
ALLOWED_HOSTS = ['docs.python.org.tw']
1111

1212

1313
# Cache the templates in memory for speed-up

0 commit comments

Comments
 (0)
0