HomeSoftware Heritage

Deploy a djangossettings.py for swh-web that allows to set a dumd asmin password

Description

Deploy a djangossettings.py for swh-web that allows to set a dumd asmin password

It should be a matter of either:

docker-compose exec swh-web bash
root@183ba8e88fd6:/tmp/swh# python -m swh.web.manage createsuperuser \
  --settings djangosettings --username admin --email noone@is.inocent

or:

docker-compose run swh-web createsuperuser --settings \
  djangosettings --username admin --email noone@is.inocent

Details

Provenance
douarddaAuthored on Feb 12 2019, 12:17 PM
douarddaPushed on Feb 12 2019, 1:29 PM
Differential Revision
D1115: Add the vault services (api and worker) and make them avaible in swh-web
Parents
rCDFD0ac8db330055: Move options and arguments of the swh manage command as COMMAND
Branches
Unknown
Tags
Unknown