Skip to content

Commit 24f4ec0

Browse files
bcopydas-g
andauthored
Improve readability
Co-authored-by: Raphael Das Gupta <github.com@raphael.dasgupta.ch>
1 parent eea3104 commit 24f4ec0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

en/django_start_project/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ ALLOWED_HOSTS = ['127.0.0.1', '.pythonanywhere.com']
145145
> ```python
146146
> ALLOWED_HOSTS = [os.getenv('PROJECT_DOMAIN') + ".glitch.me"]
147147
> ```
148-
> The PROJECT_DOMAIN value is automatically generated by Glitch, it will correspond to the name of your project.
148+
> The `PROJECT_DOMAIN` value is automatically generated by Glitch.
149+
> It will correspond to the name of your project.
149150
150151
## Set up a database
151152

0 commit comments

Comments
 (0)