Changeset 92ca60e
- Timestamp:
- Feb 2, 2010, 4:35:17 AM (16 years ago)
- Branches:
- master, client
- Children:
- 676ea4b
- Parents:
- bdc699e
- git-author:
- Alex Dehnert <adehnert@…> (02/02/10 04:35:17)
- git-committer:
- Alex Dehnert <adehnert@…> (02/02/10 04:35:17)
- Location:
- remit
- Files:
-
- 26 moved
-
__init__.py (moved) (moved from treasury/__init__.py)
-
finance_core/__init__.py (moved) (moved from treasury/finance_core/__init__.py)
-
finance_core/admin.py (moved) (moved from treasury/finance_core/admin.py)
-
finance_core/models.py (moved) (moved from treasury/finance_core/models.py)
-
finance_core/tests.py (moved) (moved from treasury/finance_core/tests.py)
-
finance_core/urls.py (moved) (moved from treasury/finance_core/urls.py)
-
finance_core/views.py (moved) (moved from treasury/finance_core/views.py) (1 diff)
-
manage.py (moved) (moved from treasury/manage.py)
-
media/style/style.css (moved) (moved from treasury/media/style/style.css)
-
remit_templates/base.html (moved) (moved from treasury/remit_templates/base.html)
-
remit_templates/registration/login.html (moved) (moved from treasury/remit_templates/registration/login.html)
-
remit_templates/vouchers/ReimbursementRequest_review.html (moved) (moved from treasury/remit_templates/vouchers/ReimbursementRequest_review.html)
-
remit_templates/vouchers/select.html (moved) (moved from treasury/remit_templates/vouchers/select.html)
-
remit_templates/vouchers/submit.html (moved) (moved from treasury/remit_templates/vouchers/submit.html)
-
remit_templates/vouchers/voucher.tex (moved) (moved from treasury/remit_templates/vouchers/voucher.tex)
-
settings.py (moved) (moved from treasury/settings.py) (2 diffs)
-
templates/base.html (moved) (moved from treasury/templates/base.html)
-
treebeard (moved) (moved from treasury/treebeard)
-
urls.py (moved) (moved from treasury/urls.py)
-
vouchers/__init__.py (moved) (moved from treasury/vouchers/__init__.py)
-
vouchers/add_gl_accounts.py (moved) (moved from treasury/vouchers/add_gl_accounts.py)
-
vouchers/admin.py (moved) (moved from treasury/vouchers/admin.py)
-
vouchers/import_budget.py (moved) (moved from treasury/vouchers/import_budget.py)
-
vouchers/models.py (moved) (moved from treasury/vouchers/models.py)
-
vouchers/urls.py (moved) (moved from treasury/vouchers/urls.py)
-
vouchers/views.py (moved) (moved from treasury/vouchers/views.py)
Legend:
- Unmodified
- Added
- Removed
-
remit/finance_core/views.py
rf468e6d r92ca60e 1 1 from django.http import HttpResponse 2 import treasury.vouchers.models2 import vouchers.models 3 3 4 4 def display_tree(request): 5 root = treasury.vouchers.models.BudgetArea.get_by_path(['Accounts'])5 root = vouchers.models.BudgetArea.get_by_path(['Accounts']) 6 6 return HttpResponse(root.dump_to_html()) -
remit/settings.py
rbdc699e r92ca60e 1 1 # Django settings for treasury project. 2 2 import os 3 import sys 3 4 4 5 SITE_ROOT = os.path.normpath(os.path.dirname(__file__)) … … 72 73 ) 73 74 74 ROOT_URLCONF = ' treasury.urls'75 ROOT_URLCONF = 'remit.urls' 75 76 76 77 TEMPLATE_DIRS = (
Note: See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/chrome/site/your_project_logo.png)