[Fixed]-Django fixtures not accepting YAML?

40👍

.yaml is what you want. Make sure YAML is installed and available to Python by running:

> pip install pyyaml
👤Abid A

1👍

debian based linux – ubuntu etc etc

sudo apt-get install python-yaml
or
apt-get install python-yaml

Leave a comment