From 5e89623535b944865369d6de59ccbe27a1287d29 Mon Sep 17 00:00:00 2001
From: Ben Adida <ben@adida.net>
Date: Sun, 30 May 2010 12:43:43 -0700
Subject: [PATCH] added helios verifier to urls and fixed auth jsonfield for
 null values

---
 auth    | 2 +-
 urls.py | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/auth b/auth
index 65e40d8..07743fc 160000
--- a/auth
+++ b/auth
@@ -1 +1 @@
-Subproject commit 65e40d871c9e2db1e330d40ed6345b1cee4537d3
+Subproject commit 07743fc051e0ef85d81604839526541d450f04a9
diff --git a/urls.py b/urls.py
index c053d52..a0d9b71 100644
--- a/urls.py
+++ b/urls.py
@@ -10,6 +10,7 @@ urlpatterns = patterns(
 
     # SHOULD BE REPLACED BY APACHE STATIC PATH
     (r'booth/(?P<path>.*)$', 'django.views.static.serve', {'document_root' : settings.ROOT_PATH + '/heliosbooth'}),
+    (r'verifier/(?P<path>.*)$', 'django.views.static.serve', {'document_root' : settings.ROOT_PATH + '/heliosverifier'}),
 
     (r'static/auth/(?P<path>.*)$', 'django.views.static.serve', {'document_root' : settings.ROOT_PATH + '/auth/media'}),
     (r'static/helios/(?P<path>.*)$', 'django.views.static.serve', {'document_root' : settings.ROOT_PATH + '/helios/media'}),
-- 
GitLab