Skip to content

Commit 612722e

Browse files
bcopydas-g
andauthored
Correct whitespace
Co-authored-by: Raphael Das Gupta <github.com@raphael.dasgupta.ch>
1 parent 8b3f36c commit 612722e

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
@@ -119,7 +119,7 @@ ALLOWED_HOSTS = ['127.0.0.1', '.pythonanywhere.com']
119119
> Also add `.amazonaws.com` to the `ALLOWED_HOSTS` if you are using cloud9
120120
121121
> If you are hosting your project on `Glitch.com`, let us protect the Django secret key that needs to
122-
> remain confidential (otherwise, anyone remixing your project could see it) :
122+
> remain confidential (otherwise, anyone remixing your project could see it):
123123
> * First, we are going to create a random secret key. Open the Glitch terminal again, and type the following command :
124124
> {% filename %}.env{% endfilename %}
125125
> ```bash

0 commit comments

Comments
 (0)