Skip to content

Commit cf7f892

Browse files
bcopydas-g
andauthored
Adjust colon whitespace
Co-authored-by: Raphael Das Gupta <github.com@raphael.dasgupta.ch>
1 parent c916454 commit cf7f892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/django_start_project/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ ALLOWED_HOSTS = ['127.0.0.1', '.pythonanywhere.com']
129129
> This should display a long random string, perfect to use a secret key for your brand new Django web site.
130130
> We will now paste this key into a `.env` file that Glitch will only show you if you are the owner of the web site.
131131
>
132-
> * Create a file `.env` at the root of your project and add the following property in it :
132+
> * Create a file `.env` at the root of your project and add the following property in it:
133133
> {% filename %}.env{% endfilename %}
134134
> ```bash
135135
> # Here, inside the single quotes, you can cut and paste the random key generated above

0 commit comments

Comments
 (0)