We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d128d commit b53c420Copy full SHA for b53c420
en/django_start_project/README.md
@@ -124,7 +124,7 @@ ALLOWED_HOSTS = ['127.0.0.1', '.pythonanywhere.com']
124
> * First, we are going to create a random secret key.
125
> Open the Glitch terminal again, and type the following command:
126
>
127
-> {% filename %}.env{% endfilename %}
+> {% filename %}command-line{% endfilename %}
128
> ```bash
129
> python -c 'from django.core.management.utils import get_random_secret_key; \
130
> print(get_random_secret_key())'
0 commit comments