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 eea3104 commit 24f4ec0Copy full SHA for 24f4ec0
en/django_start_project/README.md
@@ -145,7 +145,8 @@ ALLOWED_HOSTS = ['127.0.0.1', '.pythonanywhere.com']
145
> ```python
146
> ALLOWED_HOSTS = [os.getenv('PROJECT_DOMAIN') + ".glitch.me"]
147
> ```
148
-> The PROJECT_DOMAIN value is automatically generated by Glitch, it will correspond to the name of your project.
+> The `PROJECT_DOMAIN` value is automatically generated by Glitch.
149
+> It will correspond to the name of your project.
150
151
## Set up a database
152
0 commit comments