Skip to content

Fix a mistyped production command

David Larlet requested to merge mistyped-production-command into preprod

When deploying !56 (merged)

The command was:

manage.py createinitialrevisions --comment="Initial revision"

It was probably(?) typed:

manage.py createinitialrevisions --comment="initial revision"

I wonder what was the command run on preprod but that env is down for now.

Merge request reports