diff --git a/django_example_euclid/euclid_example/settings.py b/django_example_euclid/euclid_example/settings.py
index fb5f22df2085e960935e58624c2869eca3e13cbb..fea55f83eb2219845ce4b5102364ac94b91cdbc2 100644
--- a/django_example_euclid/euclid_example/settings.py
+++ b/django_example_euclid/euclid_example/settings.py
@@ -38,7 +38,7 @@ INSTALLED_APPS = [
     'django.contrib.messages',
     'django.contrib.staticfiles',
     'django_extensions',
-    'imagedb.apps.ImagedbConfig',
+    'imagedb',
     'rest_framework',
     'url_filter',
 ]