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 52d42f2 commit b3e3c69Copy full SHA for b3e3c69
en/django_start_project/README.md
@@ -111,7 +111,7 @@ match our hostname on PythonAnywhere once we deploy our application so we will c
111
112
{% filename %}mysite/settings.py{% endfilename %}
113
```python
114
-ALLOWED_HOSTS = ['127.0.0.1', '.pythonanywhere.com']
+ALLOWED_HOSTS = ['localhost', '127.0.0.1', '.pythonanywhere.com']
115
```
116
117
> **Note**: If you're using a Chromebook, add this line at the bottom of your settings.py file:
0 commit comments