mirror of
https://github.com/lemeow125/DocManagerBackend.git
synced 2025-04-27 18:21:23 +08:00
Add authorization requests
This commit is contained in:
parent
41507aa550
commit
9529560fed
12 changed files with 280 additions and 0 deletions
|
@ -96,6 +96,7 @@ INSTALLED_APPS = [
|
|||
"accounts",
|
||||
"documents",
|
||||
"document_requests",
|
||||
"authorization_requests",
|
||||
"questionnaires",
|
||||
"django_cleanup.apps.CleanupConfig",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue