Skip to main content

Django app for making any object featured

Project description

django-featured-objects
=======================

Django app for making any object featured

## Requirements

* Django>=1.3

### Installing requirements

pip install -r requirements.txt

## Testing

python setup.py

## Configuration

INSTALLED_APPS += ('featured',)
FEATURABLE_MODELS = (
('app_label', 'model_name'),
('app_label', 'another_model_name')
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-featured-objects-0.1.1.tar.gz (4.1 kB view details)

Uploaded Source

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page