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 cf7f892 commit ec3bff2Copy full SHA for ec3bff2
en/django_start_project/README.md
@@ -120,7 +120,8 @@ ALLOWED_HOSTS = ['127.0.0.1', '.pythonanywhere.com']
120
121
> 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):
123
-> * First, we are going to create a random secret key. Open the Glitch terminal again, and type the following command :
+> * First, we are going to create a random secret key.
124
+> Open the Glitch terminal again, and type the following command:
125
> {% filename %}.env{% endfilename %}
126
> ```bash
127
> python -c 'from django.core.management.utils import get_random_secret_key; \
0 commit comments