Add database reset to review environment scrips

This commit is contained in:
Christopher C. Wells 2022-02-21 07:33:17 -08:00 committed by Christopher Charbonneau Wells
parent cf21441576
commit fb15e31064
1 changed files with 7 additions and 0 deletions

View File

@ -32,6 +32,13 @@
"generator": "secret"
}
},
"environments": {
"review": {
"scripts": {
"postdeploy": "python manage.py migrate && python manage.py createcachetable && python manage.py reset --no-input"
}
}
},
"scripts": {
"postdeploy": "python manage.py migrate && python manage.py createcachetable"
}