Add django-imagekit to BookWyrm

This commit is contained in:
Joachim
2021-05-24 16:14:51 +02:00
parent ff95a709a8
commit 77e81c4dbb
3 changed files with 6 additions and 1 deletions

View File

@ -62,6 +62,7 @@ INSTALLED_APPS = [
"django_rename_app",
"bookwyrm",
"celery",
"imagekit",
]
MIDDLEWARE = [