Add authorization requests

This commit is contained in:
Keannu Christian Bernasol 2025-01-09 02:10:42 +08:00
parent 41507aa550
commit 9529560fed
12 changed files with 280 additions and 0 deletions

View file

@ -96,6 +96,7 @@ INSTALLED_APPS = [
"accounts",
"documents",
"document_requests",
"authorization_requests",
"questionnaires",
"django_cleanup.apps.CleanupConfig",
]