gctools-outilsgc / concierge

OAuth2 and OpenID microservice used for handling user registration, login and SAML2 SSO
https://account-compte.gccollab.ca
European Union Public License 1.1
11 stars 4 forks source link

Update settings.py #182

Closed ethanWallace closed 4 years ago

ethanWallace commented 4 years ago

When running the seed_profile_as_a_service command, I experienced an error calling for django.contrib.sessions.middleware.SessionMiddleware to be added to middleware.

After adding additional middleware the command now works.