Skip to content

Commit b53c420

Browse files
authored
change code block label
`python -c ...` is for the command line, not the `.env` file
1 parent d7d128d commit b53c420

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
@@ -124,7 +124,7 @@ ALLOWED_HOSTS = ['127.0.0.1', '.pythonanywhere.com']
124124
> * First, we are going to create a random secret key.
125125
> Open the Glitch terminal again, and type the following command:
126126
>
127-
> {% filename %}.env{% endfilename %}
127+
> {% filename %}command-line{% endfilename %}
128128
> ```bash
129129
> python -c 'from django.core.management.utils import get_random_secret_key; \
130130
> print(get_random_secret_key())'

0 commit comments

Comments
 (0)