Mercurial > public > sg101
comparison bandmap/urls.py @ 827:5103edd3acc4
Bandmap: initial version complete.
Javascript queries server for band data.
View created to handle query.
Test created for view.
Link added to map in sidebar.
Template tweaks.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 27 Sep 2014 19:41:41 -0500 |
parents | 9a0df7bd2409 |
children | 5ba2508939f7 |
comparison
equal
deleted
inserted
replaced
826:d7e4c08b2e8b | 827:5103edd3acc4 |
---|---|
6 'bandmap.views.map_view', | 6 'bandmap.views.map_view', |
7 name='bandmap-map'), | 7 name='bandmap-map'), |
8 url(r'^add/$', | 8 url(r'^add/$', |
9 'bandmap.views.add_band', | 9 'bandmap.views.add_band', |
10 name='bandmap-add'), | 10 name='bandmap-add'), |
11 url(r'^query/$', | |
12 'bandmap.views.query', | |
13 name='bandmap-query'), | |
11 ) | 14 ) |