Skip to content

Commit a93edf7

Browse files
authored
Merge pull request DjangoGirls#1713 from DjangoGirls/add-blank-line-before-list
add blank line in source before itemized list
2 parents 801ec55 + 4c9794b commit a93edf7

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)