Correct typo and remove extra app install

This commit is contained in:
Aaron Katz 2023-10-23 16:43:18 +02:00
parent e55b5ff8b3
commit c60b2ee6d2
2 changed files with 1 additions and 1 deletions

View File

@ -882,3 +882,4 @@ if settings.AUDIT_ENABLED:
auditlog.register(Correspondent)
auditlog.register(Tag)
auditlog.register(DocumentType)
auditlog.register(Note)

View File

@ -290,7 +290,6 @@ INSTALLED_APPS = [
"django_filters",
"django_celery_results",
"guardian",
"auditlog",
*env_apps,
]