Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.
tar-xzvff edited this page Oct 27, 2018 · 2 revisions

Welcome to the prep-pstate wiki!

How to create a fixture file.

Create

python manage.py dumpdata terraform_manager.provider > fixtures/terraform_manager/provider.json 
python manage.py dumpdata terraform_manager.attribute > fixtures/terraform_manager/attribute.json 
git add fixtures/terraform_manager/
git commit -m "update fixtures"

http://mine.ictsc.tech/projects/ictsc2018/wiki/Pstate

Clone this wiki locally