django-embed-video/example_project
2013-12-01 12:33:09 +01:00
..
example_project Create superuser from fixture 2013-12-01 12:33:09 +01:00
posts Apply admin mixin in example project 2013-10-04 10:19:29 +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 Create superuser from fixture 2013-12-01 12:33:09 +01:00
requirements.txt Example project 2013-08-23 11:24:48 +02:00

How to run it?
**************

#. Install Django and PyYAML::

     pip install Django
     pip install pyyaml

#. Create database::

     python manage.py syncdb --noinput

#. Run testing server::

     python manage.py runserver

#. Take a look at http://localhost:8000 . You can log in to administration with username ``admin``
   and password ``admin``.