vpolimenov

Results 5 comments of vpolimenov

Don't you need to provide an actual URL instead of empty string, e.g. something like the following: `url(r'^auth/', include('social_django.urls', namespace='social'))` If the above doesn't work try adding the following: `SOCIAL_AUTH_URL_NAMESPACE...

Me three.

is there any progress around that ?

I had the same issue with 3.0.1 (same scenario - not migrating the test db for the same reason) and did exactly that `Context.install_pgh_attach_context_func()` in order to fix it. Instead...