Changeset f468e6d for treasury/vouchers/views.py
- Timestamp:
- Jan 6, 2010, 3:04:46 AM (16 years ago)
- Branches:
- master, client
- Children:
- b26026c
- Parents:
- 6027277
- git-author:
- Alex Dehnert <adehnert@…> (01/06/10 03:04:46)
- git-committer:
- Alex Dehnert <adehnert@…> (01/06/10 03:04:46)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
treasury/vouchers/views.py
r13a23ce rf468e6d 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()) 1 # Create your views here.
Note: See TracChangeset
for help on using the changeset viewer.