Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 514 Bytes

README.rst

File metadata and controls

16 lines (11 loc) · 514 Bytes

Django Diggbar Blocker

The Diggbar blocker redirects any request coming from the diggbar to a custom template.

Installation

  1. add the diggbar app to your python path

  2. add the following middleware to your project's settings.py:

    'diggbar.middleware.FckDiggMiddleware',

  3. if you want the provided template(something i would not suggest), add the

    diggbar to the INSTALLED_APPS in settings.py. Otherwise, create your own fck_digg.html