source: remit/finance_core/urls.py @ 485673a

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

Rename treasury to remit

  • Property mode set to 100644
File size: 157 bytes
RevLine 
[f468e6d]1from django.conf.urls.defaults import *
[e24ea7c]2import finance_core.views
[f468e6d]3
4urlpatterns = patterns('',
[e24ea7c]5    (r'^display_accounts', finance_core.views.display_tree),
[f468e6d]6)
Note: See TracBrowser for help on using the repository browser.