Changeset e24ea7c


Ignore:
Timestamp:
Feb 2, 2010, 2:31:14 AM (16 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
3e29d7a
Parents:
57d8fc7
git-author:
Alex Dehnert <adehnert@…> (02/02/10 02:31:14)
git-committer:
Alex Dehnert <adehnert@…> (02/02/10 02:31:14)
Message:

/accounts/ should be Django, not financial

Location:
treasury
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • treasury/finance_core/urls.py

    rf468e6d re24ea7c  
    11from django.conf.urls.defaults import *
    2 import treasury.finance_core.views
     2import finance_core.views
    33
    44urlpatterns = patterns('',
     5    (r'^display_accounts', finance_core.views.display_tree),
    56)
  • treasury/urls.py

    rcafab4c re24ea7c  
    1313urlpatterns = patterns('',
    1414    # Example:
    15     (r'^accounts/display_tree', finance_core.views.display_tree),
    1615    (r'^vouchers/', include('vouchers.urls')),
    1716    (r'^finance_core/', include('finance_core.urls')),
Note: See TracChangeset for help on using the changeset viewer.