0

I installed Django Sentry following these steps, which works until I start the server and try to log in. If I submit any details (correct or not), I get

ImproperlyConfigured: Module "social_auth.backends.contrib.vkontakte" does not define a "VKontakteBackend" authentication backend

... in the console, the page itself just shows a formatted internal server error.

Is there a way to fix this (preferably without having to change Sentry code)?

Mark
  • 18,730
  • 7
  • 107
  • 130

1 Answers1

0

You should upgrade Sentry to (at least) 5.4.6 version

Andrey Shamakhov
  • 342
  • 5
  • 12
  • It's working now! I changed some other things as well, but I'll assume it was this. Thanks for the answer! – Mark Aug 21 '13 at 00:00