Changed importing of SESSION_HANDLER to avoid circular imports when extending Portal or Server SessionHandler.
This commit is contained in:
parent
3d3bd5e9d7
commit
53d963e14c
25 changed files with 118 additions and 152 deletions
|
|
@ -489,5 +489,5 @@ class PortalSessionHandler(SessionHandler):
|
|||
log_trace()
|
||||
|
||||
|
||||
_PORTAL_SESSION_HANDLER_CLASS = class_from_module(settings.PORTAL_SESSION_HANDLER_CLASS)
|
||||
PORTAL_SESSIONS = _PORTAL_SESSION_HANDLER_CLASS()
|
||||
# This will be filled in when the portal boots.
|
||||
PORTAL_SESSIONS = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue