summaryrefslogtreecommitdiff
path: root/ishtar/furnitures/urls.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-01-29 00:12:55 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-01-29 00:12:55 +0100
commitcf50fe45a889946d62a5428fd50f68a349505180 (patch)
treefd5d9f2c5c80eb97b4eb41c9a3aaad7d64d77121 /ishtar/furnitures/urls.py
parentbb96d1952ae9807adaf2e7d54efc9c7bb720f922 (diff)
downloadIshtar-cf50fe45a889946d62a5428fd50f68a349505180.tar.bz2
Ishtar-cf50fe45a889946d62a5428fd50f68a349505180.zip
Archaelogical file search mecanism (closes #142)
Diffstat (limited to 'ishtar/furnitures/urls.py')
-rw-r--r--ishtar/furnitures/urls.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ishtar/furnitures/urls.py b/ishtar/furnitures/urls.py
index aafe0b3dd..d20ae6035 100644
--- a/ishtar/furnitures/urls.py
+++ b/ishtar/furnitures/urls.py
@@ -69,6 +69,8 @@ urlpatterns += patterns('ishtar.furnitures.views',
name='autocomplete-organization'),
url(BASE_URL + r'autocomplete-file/$', 'autocomplete_file',
name='autocomplete-file'),
+ url(BASE_URL + r'json-file/$', 'json_file',
+ name='json-file'),
url(BASE_URL + r'autocomplete-operation/$', 'autocomplete_operation',
name='autocomplete-operation'),
url(BASE_URL + r'json-operation/$', 'json_operation',