session data for users and guests

This commit is contained in:
j 2011-11-07 15:25:16 +01:00
commit 3cec9cefa2
6 changed files with 170 additions and 83 deletions

View file

@ -14,6 +14,7 @@ from django.contrib.auth.models import User
import ox.jsonc
from ox.utils import json
_win = (sys.platform == "win32")
RUN_RELOADER = True