Skip to content
Snippets Groups Projects
Commit 6f95c8f2 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

some convenience scripts to load/dump the configuration table (before loading...

some convenience scripts to load/dump the configuration table (before loading a new database sql dump)
parent d08d8d75
No related branches found
No related tags found
No related merge requests found
Pipeline #75305 passed
python manage.py dumpdata taskdatabase.configuration --indent 4 --settings=atdb.settings.dev > configuration_fixture.json
# sdc-dev / sdc
# docker exec -it atdb-ldv python manage.py dumpdata taskdatabase.configuration --indent 4 --settings=atdb.settings.docker_sdc > configuration_fixture.json
python manage.py loaddata configuration_fixture.json --settings=atdb.settings.dev
# sdc-dev / sdc
# docker exec -it atdb-ldv python manage.py loaddata configuration_fixture.json --indent 4 --settings=atdb.settings.docker_sdc
python manage.py createsuperuser --settings=atdb.settings.dev
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment