source: treasury/vouchers/urls.py @ 6027277

client
Last change on this file since 6027277 was 13a23ce, checked in by Alex Dehnert <adehnert@…>, 16 years ago

Bunch of work on the accounting system

  • Property mode set to 100644
File size: 172 bytes
Line 
1from django.conf.urls.defaults import *
2import treasury.vouchers.views
3
4urlpatterns = patterns('',
5    (r'^accounts/display_tree', treasury.vouchers.views.display_tree),
6)
Note: See TracBrowser for help on using the repository browser.