source: remit/finance_core/views.py @ b7fc501

client
Last change on this file since b7fc501 was 92ca60e, checked in by Alex Dehnert <adehnert@…>, 16 years ago

Rename treasury to remit

  • Property mode set to 100644
File size: 197 bytes
RevLine 
[f468e6d]1from django.http import HttpResponse
[92ca60e]2import vouchers.models
[f468e6d]3
4def display_tree(request):
[92ca60e]5    root = vouchers.models.BudgetArea.get_by_path(['Accounts'])
[f468e6d]6    return HttpResponse(root.dump_to_html())
Note: See TracBrowser for help on using the repository browser.