You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PERMANENT_SESSION_LIFETIME setting requires import of datetime module. The setting is commented out in default wikiconfig.py # PERMANENT_SESSION_LIFETIME = timedelta(days=31)
Probably, where should be (commented) line with from datetime import timedelta