Skip to content

rehive/django-rehive-extras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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',
]

About

Rehive django extras

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages