25 Apr
2024
25 Apr
'24
8:03 p.m.
On 4/25/24 12:34, Thomas Stein wrote:
I'm not sure how to add that to my django settings. Adding:
x = list(MIDDLEWARE) x.insert(0, 'allauth.account.middleware.AccountMiddleware') MIDDLEWARE = x
did not help. Any hints?
I don't know how things are arranged in the Debian/Ubuntu package, but you may have a settings.py which at the end does something like
try:
from settings_local import *
except ImportError:
pass
If that is the case, adding the above snippet to the end of settings_local.py should work.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan