Skip to main content

Installation

First install the module, preferably in a virtual environment. It can be installed from PyPI:

pip install django-featured-objects-redux

Setup

You’ll need to add featured to INSTALLED_APPS in your project’s settings.py file:

INSTALLED_APPS += [
    'featured',
]

Then run ./manage.py migrate to create the required database tables.

Configuration

There is only one mandatory configuration option you need to set in your settings.py :

FEATURABLE_MODELS = (
    ('app_label', 'model_name'),
    ('app_label', 'another_model_name'),
)

Please see the example application. This application is used to manually test the functionalities of this package. This also serves as a good example.

You need Django 1.8 or above to run that. It might run on older versions but that is not tested.

Usage

[TBD]

Contributing

If you’ve found a bug, implemented a feature or customized the template and think it is useful then please consider contributing. Patches, pull requests or just suggestions are welcome!

License

django-featured-objects-redux is released under the GPLv3 license.

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-redux-0.1.2.tar.gz (18.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_featured_objects_redux-0.1.2-py2.py3-none-any.whl (19.8 kB view details)

Uploaded Python 2Python 3

Release history Release notifications | RSS feed

This release

0.1.2 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page