Skip to content

Commit

Permalink
shorten readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Jun 5, 2024
1 parent 50d22df commit 2883104
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,19 @@ DJANGO_ROUTINES = {
"name": "deploy",
"switch_helps": {
"demo": "Load the demo data.",
"initial": "Things to do on the very first deployment on a new server.",
"prepare": "Generate artifacts like migrations and transpiled javascript.",
"initial": "Things to do on the very first deployment on a new "
"server.",
"prepare": "Generate artifacts like migrations and transpiled "
"javascript.",
},
},
"package": {
"commands": [
{"command": "makemigrations"},
{"command": "renderstatic"},
],
"help_text": "Generate pre-package artifacts like migrations and transpiled javascript.",
"help_text": "Generate pre-package artifacts like migrations and "
"transpiled javascript.",
"name": "package",
},
}
Expand Down

0 comments on commit 2883104

Please sign in to comment.