Django tier management
Project description
# Django Tiers
[](https://travis-ci.org/appsembler/django-tiers) [](https://codecov.io/gh/appsembler/django-tiers)
This should serve as a reusable django app for representing tiers. Currently it only implements the “Trial” tier but it should be easily extendable.
## Install
Add tiers to INSTALLED_APPS.
Set TIERS_EXPIRED_REDIRECT_URL and TIERS_ORGANIZATION_MODEL in settings. Run manage.py migrate.
Add tiers.middleware.TierMiddleware to MIDDLEWARE in settings.py. You might want to add it at the top.
## Testing
mkvirtualenv django-tiers make install-dev make install-test-deps py.test
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
Built Distribution
Hashes for django_tiers-0.2.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f1d4179dcf9160e90c881060f781658348454cabefba0b0dfb48cd6418a3a4f |
|
MD5 | 29f4d65e8b4dcc3112fa7e78dc7fdf5e |
|
BLAKE2b-256 | cbabd36c981fb62fc0f8d5faf12b1bcea68dc0b22be47d6ca933d5b544e56737 |