Skip to content

Commit c20f092

Browse files
bcopydas-g
andauthored
Adjust colon whitespace
Co-authored-by: Raphael Das Gupta <github.com@raphael.dasgupta.ch>
1 parent ec3bff2 commit c20f092

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
@@ -136,7 +136,7 @@ ALLOWED_HOSTS = ['127.0.0.1', '.pythonanywhere.com']
136136
> # Here, inside the single quotes, you can cut and paste the random key generated above
137137
> SECRET='3!0k#7ds5mp^-x$lqs2%le6v97h#@xopab&oj5y7d=hxe511jl'
138138
> ```
139-
> * Then update the Django settings file to inject this secret value and set the Django web site name :
139+
> * Then update the Django settings file to inject this secret value and set the Django web site name:
140140
> {% filename %}mysite/settings.py{% endfilename %}
141141
> ```python
142142
> SECRET_KEY = os.getenv('SECRET')

0 commit comments

Comments
 (0)