Skip to content

Commit b44e4ce

Browse files
authored
Correct typo : as a secret key
1 parent 3d88496 commit b44e4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/django_start_project/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ ALLOWED_HOSTS = ['127.0.0.1', '.pythonanywhere.com']
127127
> python -c 'from django.core.management.utils import get_random_secret_key; \
128128
> print(get_random_secret_key())'
129129
> ```
130-
> This should display a long random string, perfect to use a secret key for your brand new Django web site.
130+
> This should display a long random string, perfect to use as a secret key for your brand new Django web site.
131131
> 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.
132132
>
133133
> * Create a file `.env` at the root of your project and add the following property in it:

0 commit comments

Comments
 (0)