Try adding imagekit just once

This commit is contained in:
2023-11-30 22:52:38 +01:00
parent 6696d38638
commit 61c10db0dd
6 changed files with 79 additions and 2 deletions

View File

@ -93,6 +93,7 @@ INSTALLED_APPS = [
"django.contrib.humanize",
"django_filters",
"django_extensions",
"imagekit",
"storages",
"taggit",
"rest_framework.authtoken",