Closed liquidscorpio closed 6 years ago
Is it possible to store tokens in database instead of settings.py? By tokens, I mean back-end specific configuration variables like:
settings.py
// Similarly for others too SOCIAL_AUTH_FACEBOOK_KEY SOCIAL_AUTH_FACEBOOK_SECRET
I am trying to support a use case where these values are specific to each tenant in a multi-tenant environment.
Did you figure this out?
Is it possible to store tokens in database instead of
settings.py
? By tokens, I mean back-end specific configuration variables like:I am trying to support a use case where these values are specific to each tenant in a multi-tenant environment.