Welcome to Django Featurette’s documentation!

Django Featurette is a simple application that helps your website to offer certain feature only to selected users.

Suppose for example that you have one or more groups of premium users, and that a given page is only visible to a certain group, or that a section of an otherwise public page should be rendered only for another group.

There are three ways to achieve that goals with Featurette:

  • Using a decorator on a view
  • Wrapping within a template tag a section of your template
  • Fine-grained control through helper methods

We are going to show all these methods in the Usage guide.

Requirements

Python 2 >= 2.7
Python 3 >= 3.2
Django >= 1.6

Indices and tables