LICENSE
MANIFEST.in
README.md
pyproject.toml
django_signoffs.egg-info/PKG-INFO
django_signoffs.egg-info/SOURCES.txt
django_signoffs.egg-info/dependency_links.txt
django_signoffs.egg-info/entry_points.txt
django_signoffs.egg-info/requires.txt
django_signoffs.egg-info/top_level.txt
signoffs/__init__.py
signoffs/approvals.py
signoffs/apps.py
signoffs/forms.py
signoffs/models.py
signoffs/process.py
signoffs/registry.py
signoffs/settings.py
signoffs/shortcuts.py
signoffs/signing_order.py
signoffs/signoffs.py
signoffs/urls.py
signoffs/views.py
signoffs/contrib/__init__.py
signoffs/contrib/approvals/__init__.py
signoffs/contrib/approvals/approvals.py
signoffs/contrib/approvals/apps.py
signoffs/contrib/approvals/forms.py
signoffs/contrib/approvals/models.py
signoffs/contrib/approvals/migrations/0001_initial.py
signoffs/contrib/approvals/migrations/__init__.py
signoffs/contrib/signets/__init__.py
signoffs/contrib/signets/apps.py
signoffs/contrib/signets/models.py
signoffs/contrib/signets/signoffs.py
signoffs/contrib/signets/migrations/0001_initial.py
signoffs/contrib/signets/migrations/__init__.py
signoffs/core/__init__.py
signoffs/core/approvals.py
signoffs/core/forms.py
signoffs/core/process.py
signoffs/core/signoffs.py
signoffs/core/utils.py
signoffs/core/models/__init__.py
signoffs/core/models/fields.py
signoffs/core/models/managers.py
signoffs/core/models/signets.py
signoffs/core/models/stamps.py
signoffs/core/renderers/__init__.py
signoffs/core/renderers/approvals.py
signoffs/core/renderers/helpers.py
signoffs/core/renderers/process.py
signoffs/core/renderers/signoffs.py
signoffs/core/signing_order/__init__.py
signoffs/core/signing_order/regex_match.py
signoffs/core/signing_order/signing_order.py
signoffs/core/signing_order/signoff_pattern.py
signoffs/core/signing_order/tests/__init__.py
signoffs/core/signing_order/tests/test_regex_match.py
signoffs/core/signing_order/tests/test_signoff_pattern.py
signoffs/core/status/__init__.py
signoffs/core/status/approvals.py
signoffs/core/tests/__init__.py
signoffs/core/tests/fixtures.py
signoffs/core/tests/models.py
signoffs/core/tests/test_approval_fields.py
signoffs/core/tests/test_approval_models.py
signoffs/core/tests/test_approval_process.py
signoffs/core/tests/test_process.py
signoffs/core/tests/test_signoff_fields.py
signoffs/core/tests/test_signoff_forms.py
signoffs/core/tests/test_signoff_models.py
signoffs/core/tests/test_utils.py
signoffs/core/tests/test_view_actions.py
signoffs/core/urls/__init__.py
signoffs/core/urls/approvals.py
signoffs/core/urls/signoffs.py
signoffs/core/views/__init__.py
signoffs/core/views/actions.py
signoffs/static/css/signoffs.css
signoffs/templates/signoffs/approvals/approval.html
signoffs/templates/signoffs/process/approval_process.html
signoffs/templates/signoffs/signets/signet.html
signoffs/templates/signoffs/signets/signoff_form.html
signoffs/templates/signoffs/signets/signoff_input.html
signoffs/templatetags/__init__.py
signoffs/templatetags/signoff_tags.py
tests/README.md
tests/__init__.py
tests/settings.py
tests/test_app/__init__.py
tests/test_app/apps.py
tests/test_app/models.py
tests/test_app/signoffs.py
tests/test_app/urls.py
tests/test_app/views.py
tests/test_app/templates/base.html
tests/test_app/templates/include/footer.html
tests/test_app/templates/include/messages.html
tests/test_app/templates/testapp/base.html
tests/test_app/templates/testapp/approvals/detail_view.html
tests/test_app/templates/testapp/signets/custom_signet.html
tests/test_app/templates/testapp/signets/detail_view.html
tests/test_app/tests/__init__.py
tests/test_app/tests/test_approval_process.py
tests/test_app/tests/test_contrib.py
tests/test_app/tests/test_model_fields.py
tests/test_app/tests/test_registry.py
tests/test_app/tests/test_shortcuts.py
tests/test_app/tests/test_signoff_forms.py
tests/test_app/tests/test_signoff_models.py
tests/test_app/tests/test_template_tags.py