We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d88496 commit b44e4ceCopy full SHA for b44e4ce
en/django_start_project/README.md
@@ -127,7 +127,7 @@ ALLOWED_HOSTS = ['127.0.0.1', '.pythonanywhere.com']
127
> python -c 'from django.core.management.utils import get_random_secret_key; \
128
> print(get_random_secret_key())'
129
> ```
130
-> This should display a long random string, perfect to use a secret key for your brand new Django web site.
+> This should display a long random string, perfect to use as a secret key for your brand new Django web site.
131
> 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.
132
>
133
> * Create a file `.env` at the root of your project and add the following property in it:
0 commit comments