Django fixtures not accepting YAML? Django fixtures not accepting YAML? django django

Django fixtures not accepting YAML?


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

> pip install pyyaml


debian based linux - ubuntu etc etc

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