Skip to content

Commit d03eea6

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

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
@@ -141,7 +141,7 @@ ALLOWED_HOSTS = ['127.0.0.1', '.pythonanywhere.com']
141141
> ```python
142142
> SECRET_KEY = os.getenv('SECRET')
143143
> ```
144-
> * And a little further, in the same file, we inject the name of your new Glitch website :
144+
> * And a little further, in the same file, we inject the name of your new Glitch website:
145145
> {% filename %}mysite/settings.py{% endfilename %}
146146
> ```python
147147
> ALLOWED_HOSTS = [os.getenv('PROJECT_DOMAIN') + ".glitch.me"]

0 commit comments

Comments
 (0)