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 8b3f36c commit 612722eCopy full SHA for 612722e
en/django_start_project/README.md
@@ -119,7 +119,7 @@ ALLOWED_HOSTS = ['127.0.0.1', '.pythonanywhere.com']
119
> Also add `.amazonaws.com` to the `ALLOWED_HOSTS` if you are using cloud9
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) :
+> 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 :
124
> {% filename %}.env{% endfilename %}
125
> ```bash
0 commit comments