django-embed-video/example_project/README.rst
2013-08-23 11:24:48 +02:00

16 lines
258 B
ReStructuredText

How to run it?
**************
#. Install Django::
pip install Django
#. 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