source:
remit/finance_core/urls.py
@
0f53aae
| Last change on this file since 0f53aae was ed4ccc7, checked in by Alex Dehnert <adehnert@…>, 16 years ago | |
|---|---|
|
|
| File size: 231 bytes | |
| Line | |
|---|---|
| 1 | from django.conf.urls.defaults import * |
| 2 | import finance_core.views |
| 3 | |
| 4 | urlpatterns = patterns('', |
| 5 | (r'^display_accounts', finance_core.views.display_tree), |
| 6 | url(r'reporting/', finance_core.views.reporting, name='reporting', ), |
| 7 | ) |
Note: See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/trac/chrome/site/your_project_logo.png)