Skip to content

Commit 2883104

Browse files
committed
shorten readme example
1 parent 50d22df commit 2883104

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,16 +118,19 @@ DJANGO_ROUTINES = {
118118
"name": "deploy",
119119
"switch_helps": {
120120
"demo": "Load the demo data.",
121-
"initial": "Things to do on the very first deployment on a new server.",
122-
"prepare": "Generate artifacts like migrations and transpiled javascript.",
121+
"initial": "Things to do on the very first deployment on a new "
122+
"server.",
123+
"prepare": "Generate artifacts like migrations and transpiled "
124+
"javascript.",
123125
},
124126
},
125127
"package": {
126128
"commands": [
127129
{"command": "makemigrations"},
128130
{"command": "renderstatic"},
129131
],
130-
"help_text": "Generate pre-package artifacts like migrations and transpiled javascript.",
132+
"help_text": "Generate pre-package artifacts like migrations and "
133+
"transpiled javascript.",
131134
"name": "package",
132135
},
133136
}

0 commit comments

Comments
 (0)