django-embed-video/example_project/README.rst

17 lines
258 B
ReStructuredText
Raw Normal View History

2013-08-23 09:24:48 +00:00
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