Skip to content

Commit

Permalink
reverting session in db
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno committed Jul 16, 2012
1 parent 9e7982f commit 7992cbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/movuca.py
Expand Up @@ -31,8 +31,8 @@ def __init__(self, classes=[]):
DAL.__init__(self, self.config.db.uri,
migrate_enabled=self.config.db.migrate_enabled,
check_reserved=['all'])
#testing this
current.session.connect(current.request, current.response, db=self)
#session does not works well in db (why?)
#current.session.connect(current.request, current.response, db=self)
else:
DAL.__init__(self, self.config.db.gaeuri)
current.session.connect(current.request, current.response, db=self)
Expand Down

0 comments on commit 7992cbd

Please sign in to comment.