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 6cfa4dc commit 048884dCopy full SHA for 048884d
en/django_start_project/README.md
@@ -95,7 +95,7 @@ match our hostname on PythonAnywhere once we deploy our application so we will c
95
96
{% filename %}mysite/settings.py{% endfilename %}
97
```python
98
-ALLOWED_HOSTS = ["*"]
+ALLOWED_HOSTS = ['127.0.0.1', '.pythonanywhere.com']
99
```
100
101
> **Note**: If you're using a Chromebook, add this line at the bottom of your settings.py file:
0 commit comments