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 c916454 commit cf7f892Copy full SHA for cf7f892
en/django_start_project/README.md
@@ -129,7 +129,7 @@ ALLOWED_HOSTS = ['127.0.0.1', '.pythonanywhere.com']
129
> This should display a long random string, perfect to use a secret key for your brand new Django web site.
130
> 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.
131
>
132
-> * Create a file `.env` at the root of your project and add the following property in it :
+> * Create a file `.env` at the root of your project and add the following property in it:
133
> {% filename %}.env{% endfilename %}
134
> ```bash
135
> # Here, inside the single quotes, you can cut and paste the random key generated above
0 commit comments