Skip to main content

Extras for Django

Project description

Rehive Logo

Django Rehive Extras

Extra utilities for using Django.

Features

  • Python >= 3.6
  • Django >= 3.0
  • Money model field using decimals.
  • Date model with created/updated field.
  • State model that stores the previous state of a model instance in memory.
  • Cascading archive model class.
  • Integrated model class that supports date, state and cascading archives.

Getting started

  1. Install the package:
pip install django-rehive-extras
  1. Add "django_rehive_extras" to your INSTALLED_APPS settings like this:
INSTALLED_APPS = [
    ...
    'django_rehive_extras',
]

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-rehive-extras-1.3.0.tar.gz (8.1 kB view hashes)

Uploaded Source

Supported by

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