Use the lasso thin-sessions feature

This commit is contained in:
Benjamin Dauvergne 2015-06-25 11:26:50 +02:00
parent 00b7fe396c
commit 06f3380eb4
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ from django.utils.http import same_origin
import lasso
lasso.setFlag('thin-sessions')
from . import utils
class LogMixin(object):