diff --git a/config/settings.py b/config/settings.py index d3d2da3d..6e3c0016 100755 --- a/config/settings.py +++ b/config/settings.py @@ -66,6 +66,7 @@ INSTALLED_APPS += [ "health_check", "health_check.db", "health_check.contrib.celery", + "imagekit", # Allauth dependencies: "allauth", "allauth.account", @@ -132,8 +133,6 @@ TEMPLATES = [ "django.template.context_processors.request", "django.contrib.auth.context_processors.auth", "django.contrib.messages.context_processors.messages", - # Our stuff (see core.context_processors.py) - "core.context_processors.current_release", ], "loaders": [ "django.template.loaders.filesystem.Loader", diff --git a/requirements.in b/requirements.in index 836c59d9..7190ecf1 100755 --- a/requirements.in +++ b/requirements.in @@ -7,6 +7,7 @@ django-cors-headers django-db-geventpool django-extensions django-health-check +django-imagekit django-redis django-rest-auth django-widget-tweaks diff --git a/templates/includes/_footer.html b/templates/includes/_footer.html index 16e780d6..c0d72032 100644 --- a/templates/includes/_footer.html +++ b/templates/includes/_footer.html @@ -3,6 +3,7 @@