mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-05-23 11:45:49 +00:00
PyYAML needed to load fixtures
This commit is contained in:
parent
b998b5e624
commit
482910ed7a
1 changed files with 2 additions and 1 deletions
|
|
@ -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)::
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue