django-embed-video/example_project/posts
Juda Kaleta 07de8a3af8 Closes #11.
Major changes:

- filter ``embed`` is replaced by tag ``video``.
- removed caching for whole backend, caching properties instead.
- HTTP or HTTPS is set by context.is_secure() (just for ``video`` tag).
- backends can be HTTP only (``allow_https = False``).

Minor changes:

- changed theme of docs to RTD theme.
- help about testing HTTPS on development server.
- added and modified tests
2013-12-21 17:18:47 +01:00
..
fixtures Example project 2013-08-23 11:24:48 +02:00
templates/posts Closes #11. 2013-12-21 17:18:47 +01:00
__init__.py Example project 2013-08-23 11:24:48 +02:00
admin.py Apply admin mixin in example project 2013-10-04 10:19:29 +02:00
models.py Verbose name and help text for video field 2013-10-03 09:19:34 +02:00
tests.py Example project 2013-08-23 11:24:48 +02:00
urls.py Fix urls in example project 2013-12-18 09:11:47 +01:00
views.py Example project 2013-08-23 11:24:48 +02:00