source: treasury/vouchers/urls.py @ f468e6d

client
Last change on this file since f468e6d was f468e6d, checked in by Alex Dehnert <adehnert@…>, 16 years ago

Split vouchers off into a finance_core app too

  • Property mode set to 100644
File size: 101 bytes
Line 
1from django.conf.urls.defaults import *
2import treasury.vouchers.views
3
4urlpatterns = patterns('',
5)
Note: See TracBrowser for help on using the repository browser.