django-embed-video/example_project
2013-10-03 09:19:34 +02:00
..
example_project Provide static files in example project 2013-10-02 22:55:01 +02:00
posts Verbose name and help text for video field 2013-10-03 09:19:34 +02:00
.gitignore Example project 2013-08-23 11:24:48 +02:00
embed_video Example project 2013-08-23 11:24:48 +02:00
manage.py Example project 2013-08-23 11:24:48 +02:00
README.rst Example project 2013-08-23 11:24:48 +02:00
requirements.txt Example project 2013-08-23 11:24:48 +02: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