Correct typo and remove extra app install
This commit is contained in:
parent
e55b5ff8b3
commit
c60b2ee6d2
@ -882,3 +882,4 @@ if settings.AUDIT_ENABLED:
|
||||
auditlog.register(Correspondent)
|
||||
auditlog.register(Tag)
|
||||
auditlog.register(DocumentType)
|
||||
auditlog.register(Note)
|
||||
|
@ -290,7 +290,6 @@ INSTALLED_APPS = [
|
||||
"django_filters",
|
||||
"django_celery_results",
|
||||
"guardian",
|
||||
"auditlog",
|
||||
*env_apps,
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user