Add corepos handler method to make arch session
This commit is contained in:
parent
dd68081f9e
commit
e37146d796
|
@ -64,6 +64,10 @@ class CoreHandler(GenericHandler):
|
||||||
from corepos.db.office_trans import Session
|
from corepos.db.office_trans import Session
|
||||||
return Session(**kwargs)
|
return Session(**kwargs)
|
||||||
|
|
||||||
|
def make_session_office_arch(self, **kwargs):
|
||||||
|
from corepos.db.office_arch import Session
|
||||||
|
return Session(**kwargs)
|
||||||
|
|
||||||
def get_office_url(
|
def get_office_url(
|
||||||
self,
|
self,
|
||||||
require=False,
|
require=False,
|
||||||
|
|
Loading…
Reference in a new issue