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')
)
=======================
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-featured-objects-0.1.1.tar.gz
.
File metadata
- Download URL: django-featured-objects-0.1.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7b357787acb7de4d59eaef7609f08045873aff0ebc408e10b09ea0fb2be12d5 |
|
MD5 | b36f19e1a9a1c6d55ee7d0aa146ef63e |
|
BLAKE2b-256 | c7456b97d5080aae23c21482f28ea138ee920a87efb3bf52b8e817dc1c6b4d8a |