From 482910ed7ab6af07d370f35ac8225fb77f925d62 Mon Sep 17 00:00:00 2001 From: Juda Kaleta Date: Sun, 1 Dec 2013 12:23:23 +0100 Subject: [PATCH] PyYAML needed to load fixtures --- example_project/README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example_project/README.rst b/example_project/README.rst index c754a6b..72308f2 100644 --- a/example_project/README.rst +++ b/example_project/README.rst @@ -1,9 +1,10 @@ How to run it? ************** -#. Install Django:: +#. Install Django and PyYAML:: pip install Django + pip install pyyaml #. Create database (you can create admin account)::