Hide keyboard shortcuts

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------- 

4 

5Install OEmbed: 

6 

7.. code-block:: 

8 

9 pip install python-oembed; 

10 

11Add ``'superdjango.contrib.embeds.apps.DefaultConfig',`` to ``INSTALLED_APPS``. 

12 

13Usage 

14----- 

15 

16TODO 

17 

18""" 

19__author__ = "Shawn Davis <shawn@superdjango.com>" 

20__maintainer__ = "Shawn Davis <shawn@superdjango.com>" 

21__version__ = "0.4.0-x" 

22 

23from .checks import oembed_check