Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1"""
2Install
3-------
5Install OEmbed:
7.. code-block::
9 pip install python-oembed;
11Add ``'superdjango.contrib.embeds.apps.DefaultConfig',`` to ``INSTALLED_APPS``.
13Usage
14-----
16TODO
18"""
19__author__ = "Shawn Davis <shawn@superdjango.com>"
20__maintainer__ = "Shawn Davis <shawn@superdjango.com>"
21__version__ = "0.4.0-x"
23from .checks import oembed_check