Skip to content

Commit 4c9794b

Browse files
authored
add blank line in source before itemized list
as otherwise Crowdin will mistake the first list item to be part of the paragraph preceding the list
1 parent 801ec55 commit 4c9794b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

en/django_start_project/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ ALLOWED_HOSTS = ['127.0.0.1', '.pythonanywhere.com']
120120
121121
> If you are hosting your project on `Glitch.com`, let us protect the Django secret key that needs to
122122
> remain confidential (otherwise, anyone remixing your project could see it):
123+
>
123124
> * First, we are going to create a random secret key.
124125
> Open the Glitch terminal again, and type the following command:
125126
> {% filename %}.env{% endfilename %}

0 commit comments

Comments
 (0)