Metadata-Version: 2.1
Name: django-model-helper
Version: 0.1.0
Summary: Helpful django abstract models collection.
Author: Li HuiTao
License: MIT
Keywords: django-model-helper
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
License-File: LICENSE

# django-model-helper

Helpful django abstract models collection.

## Abstract Models

- WithAddModTimeFields
- WithConfigFields
- WithCountFields
- WithDeletedStatusFields
- WithDisplayOrderFields
- WithEnabledStatusFields
- WithExpireTimeFields
- WithJsonDataFields
- WithLockStatusFields
- WithSimpleResultFields
- WithSimpleNRRDStatusFields
- WithUidFields

## Releases

### v0.1.0

- First release.
