We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f2388 commit cec6b39Copy full SHA for cec6b39
blogproject/settings.py
@@ -24,7 +24,7 @@
24
# SECURITY WARNING: don't run with debug turned on in production!
25
DEBUG = False
26
27
-ALLOWED_HOSTS = ['.zmrenwu.com']
+ALLOWED_HOSTS = ['.zmrenwu.com', '127.0.0.1']
28
29
# Application definition
30
0 commit comments