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 ec3bff2 commit c20f092Copy full SHA for c20f092
en/django_start_project/README.md
@@ -136,7 +136,7 @@ ALLOWED_HOSTS = ['127.0.0.1', '.pythonanywhere.com']
136
> # Here, inside the single quotes, you can cut and paste the random key generated above
137
> SECRET='3!0k#7ds5mp^-x$lqs2%le6v97h#@xopab&oj5y7d=hxe511jl'
138
> ```
139
-> * Then update the Django settings file to inject this secret value and set the Django web site name :
+> * Then update the Django settings file to inject this secret value and set the Django web site name:
140
> {% filename %}mysite/settings.py{% endfilename %}
141
> ```python
142
> SECRET_KEY = os.getenv('SECRET')
0 commit comments