django-embed-video/example_project
2016-12-28 04:11:45 +01:00
..
example_project add HTML5 audio and video backends 2016-12-28 04:11:45 +01:00
posts add HTML5 audio and video backends 2016-12-28 04:11:45 +01: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 add HTML5 audio and video backends 2016-12-28 04:11:45 +01:00
requirements.txt Example project 2013-08-23 11:24:48 +02:00

Running example project
***********************

#. Install Django and PyYAML::

     pip install Django
     pip install pyyaml

#. Create database::

     python manage.py migrate --noinput

#. And superuser::

     python manage.py createsuperuser

#. Run testing server::

     python manage.py runserver

#. Create new posts at http://localhost:8000/admin/ and view them on http://localhost:8000.


Testing HTTPS
*************

To test HTTPS on a development server, `follow these instructions
<http://www.ianlewis.org/en/testing-https-djangos-development-server>`_.