django-embed-video/example_project/README.rst
2013-12-01 12:23:23 +01:00

17 lines
293 B
ReStructuredText

How to run it?
**************
#. Install Django and PyYAML::
pip install Django
pip install pyyaml
#. Create database (you can create admin account)::
python manage.py syncdb
#. Run testing server::
python manage.py runserver
#. Take a look at http://localhost:8000