Consistent, gapless, periodic(optional) sequences with number formatting for accounting documents and such
- Postgres 9.5+
- Python 3.6+
- Django 3.2+
pip install django-enumeration
Add "enumeration" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'enumeration', ]
Run python manage.py migrate to create the enumeration models.