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 c20f092 commit d03eea6Copy full SHA for d03eea6
en/django_start_project/README.md
@@ -141,7 +141,7 @@ ALLOWED_HOSTS = ['127.0.0.1', '.pythonanywhere.com']
141
> ```python
142
> SECRET_KEY = os.getenv('SECRET')
143
> ```
144
-> * And a little further, in the same file, we inject the name of your new Glitch website :
+> * And a little further, in the same file, we inject the name of your new Glitch website:
145
> {% filename %}mysite/settings.py{% endfilename %}
146
147
> ALLOWED_HOSTS = [os.getenv('PROJECT_DOMAIN') + ".glitch.me"]
0 commit comments