diff --git a/src/sentry/conf/server.py b/src/sentry/conf/server.py index d0cc96cd9f8299..e91846077f9abd 100644 --- a/src/sentry/conf/server.py +++ b/src/sentry/conf/server.py @@ -153,7 +153,7 @@ 'sentry.plugins.sentry_useragents', 'social_auth', 'south', - 'django-social-auth-trello', + 'django_social_auth_trello', ) STATIC_URL = '/_admin_media/'