PyYAML needed to load fixtures

This commit is contained in:
Juda Kaleta 2013-12-01 12:23:23 +01:00
parent b998b5e624
commit 482910ed7a

View file

@ -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)::