Install

pip install rstview

Then register the app in your project settings like this :

INSTALLED_APPS = (
    ...
    'rstview',
    ...
)

Also you can overrides some default settings from your project settings file.

Once done, your project can use rstview template tags and views.