﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
23530	yaml data files need PyYAML installed	Alan Stebbens	nobody	"In the documentation at [https://docs.djangoproject.com/en/1.7/howto/initial-data/ Providing Initial Data], the format of a yaml file is described, but not that the PyYAML module needs to be also installed in order for the `manage.py loaddata` invocation to work.  Apparently, it is not installed by default with django.

Just before the paragraph starting `Loading data is easy ..`, the following should be added:

To make use of yaml files, the PyYAML module should be installed with `pip install PyYAML`,  after which, loading data is easy.
"	Bug	closed	Documentation	1.7	Normal	fixed			Unreviewed	0	0	0	0	0	0
