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

added helios verifier to urls and fixed auth jsonfield for null values

parent c204fc99
No related branches found
No related tags found
No related merge requests found
Subproject commit 65e40d871c9e2db1e330d40ed6345b1cee4537d3
Subproject commit 07743fc051e0ef85d81604839526541d450f04a9
......@@ -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'}),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment