source:
treasury/vouchers/urls.py
@
6027277
Last change on this file since 6027277 was 13a23ce, checked in by Alex Dehnert <adehnert@…>, 16 years ago | |
---|---|
|
|
File size: 172 bytes |
Line | |
---|---|
1 | from django.conf.urls.defaults import * |
2 | import treasury.vouchers.views |
3 | |
4 | urlpatterns = patterns('', |
5 | (r'^accounts/display_tree', treasury.vouchers.views.display_tree), |
6 | ) |
Note: See TracBrowser
for help on using the repository browser.