source:
treasury/vouchers/views.py
@
f186a0e
| Last change on this file since f186a0e was 13a23ce, checked in by Alex Dehnert <adehnert@…>, 16 years ago | |
|---|---|
|
|
| File size: 215 bytes | |
| Rev | Line | |
|---|---|---|
| [13a23ce] | 1 | from django.http import HttpResponse |
| 2 | import treasury.vouchers.models | |
| 3 | ||
| 4 | def display_tree(request): | |
| 5 | root = treasury.vouchers.models.BudgetArea.get_by_path(['Accounts']) | |
| 6 | return HttpResponse(root.dump_to_html()) |
Note: See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/trac/chrome/site/your_project_logo.png)