src/ldtplatform/urls.py
branchwith_hashcut_module
changeset 21 50a6ba97a22d
parent 19 cdb1030d63a8
child 101 f8d837d7ffbc
--- a/src/ldtplatform/urls.py	Fri Nov 30 14:04:40 2012 +0100
+++ b/src/ldtplatform/urls.py	Fri Nov 30 14:06:04 2012 +0100
@@ -45,6 +45,7 @@
     #(r'^static/(?P<path>.*)$', 'django.views.static.serve', {'document_root': settings.STATIC_ROOT}),
     
     (r'^jsi18n/$', 'django.views.i18n.javascript_catalog', js_info_dict),
+    (r'^hashcut/', include('hashcut.urls')),
 )
 
 urlpatterns += staticfiles_urlpatterns()