Skip to content

Commit ec3bff2

Browse files
bcopydas-g
andauthored
apply semantic line breaks
Co-authored-by: Raphael Das Gupta <github.com@raphael.dasgupta.ch>
1 parent cf7f892 commit ec3bff2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

en/django_start_project/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ 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-
> * First, we are going to create a random secret key. Open the Glitch terminal again, and type the following command :
123+
> * First, we are going to create a random secret key.
124+
> Open the Glitch terminal again, and type the following command:
124125
> {% filename %}.env{% endfilename %}
125126
> ```bash
126127
> python -c 'from django.core.management.utils import get_random_secret_key; \

0 commit comments

Comments
 (0)