~kenneth-arnold/openmind-commons/xxx

« back to all changes in this revision

Viewing changes to apps/lattice/urls.py

  • Committer: Kenneth Arnold
  • Date: 2009-05-13 04:28:05 UTC
  • Revision ID: kenneth.arnold@gmail.com-20090513042805-o6eyqyg40jzptwvv
Lattice incremental.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
urlpatterns = patterns(
4
4
    'lattice.views',
5
 
    #url(r'^$', 'index'),
6
5
    url(r'^graph_images/(?P<key>.+)/$', 'serve_cached_image'),
7
6
    url(r'^graph/$', 'clientside_map'),
8
7
)