File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -118,16 +118,19 @@ DJANGO_ROUTINES = {
118
118
" name" : " deploy" ,
119
119
" switch_helps" : {
120
120
" 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." ,
123
125
},
124
126
},
125
127
" package" : {
126
128
" commands" : [
127
129
{" command" : " makemigrations" },
128
130
{" command" : " renderstatic" },
129
131
],
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." ,
131
134
" name" : " package" ,
132
135
},
133
136
}
You can’t perform that action at this time.
0 commit comments