django-embed-video/example_project
2013-08-23 11:24:48 +02:00
..
example_project Example project 2013-08-23 11:24:48 +02:00
posts Example project 2013-08-23 11:24:48 +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