mirror of
https://github.com/lemeow125/DocManagerBackend.git
synced 2025-04-27 18:21:23 +08:00
Add documents app
This commit is contained in:
parent
ccd7c5873c
commit
bb9fcc3d7c
12 changed files with 182 additions and 0 deletions
|
@ -66,6 +66,8 @@ INSTALLED_APPS = [
|
|||
"drf_spectacular",
|
||||
"drf_spectacular_sidecar",
|
||||
"accounts",
|
||||
"documents",
|
||||
"django_cleanup.apps.CleanupConfig",
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue