Skip to content

binarymatt/diggbar-blocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

diggbar blocking app based on John Grubers php code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages