Skip to content

PERMANENT_SESSION_LIFETIME requres datetime import #1754

@gvlat

Description

@gvlat

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions