~esnet-graphite/graphite/almanac-integration-old

« back to all changes in this revision

Viewing changes to webapp/web/composer/urls.py

  • Committer: Andrew Wang
  • Date: 2009-07-23 01:42:32 UTC
  • Revision ID: awang@student3.es.net-20090723014232-g4744s51gp8xbu3c
Add a timeline to the bottom of the composer.  Right now it is hard-coded to hit a local almanac on port 7000.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
urlpatterns = patterns('web.composer.views',
18
18
  ('send_email','send_email'),
19
19
  ('mygraph', 'mygraph'),
 
20
  ('timeline_data', 'timeline_data'),
20
21
  ('', 'composer'),
21
22
)