- Timestamp:
- Mar 23, 2010, 7:55:21 PM (15 years ago)
- Branches:
- master, client
- Children:
- ed4ccc7
- Parents:
- 37c15c4
- git-author:
- Alex Dehnert <adehnert@…> (03/23/10 19:55:21)
- git-committer:
- Alex Dehnert <adehnert@…> (03/23/10 19:55:21)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/finance_core/views.py
r92ca60e r86817cf 1 1 from django.http import HttpResponse 2 import vouchers.models2 import finance_core.models 3 3 4 4 def display_tree(request): 5 root = vouchers.models.BudgetArea.get_by_path(['Accounts'])5 root = finance_core.models.BudgetArea.get_by_path(['Accounts']) 6 6 return HttpResponse(root.dump_to_html())
Note: See TracChangeset
for help on using the changeset viewer.