Skip to content
Snippets Groups Projects
Commit 2809c911 authored by Ben Adida's avatar Ben Adida
Browse files

small tweaks

parent 35454af9
Branches
Tags
No related merge requests found
......@@ -8,6 +8,7 @@ sys.path.append(path)
sys.path.append("%s/lib/yaml/lib" % path)
sys.path.append("%s/lib/django" % path)
sys.path.append("%s/lib/antlr3" % path)
sys.path.append("%s/lib/ipaddr" % path)
from appengine_django import InstallAppengineHelperForDjango
InstallAppengineHelperForDjango()
......
......@@ -113,6 +113,8 @@ LOGIN_URL = '/auth/'
#LOGOUT_URL = '/account/logout/'
#LOGIN_REDIRECT_URL = '/'
LOGOUT_ON_CONFIRMATION = True
INSTALLED_APPS = (
'appengine_django',
'auth',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment