- Timestamp:
- Feb 3, 2010, 3:34:38 AM (15 years ago)
- Branches:
- master, client
- Children:
- a6806bf
- Parents:
- 248b30b
- git-author:
- Alex Dehnert <adehnert@…> (02/03/10 03:34:38)
- git-committer:
- Alex Dehnert <adehnert@…> (02/03/10 03:34:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/urls.py
r92ca60e rb7fc501 13 13 urlpatterns = patterns('', 14 14 # Example: 15 (r'^$', 'django.views.generic.simple.direct_to_template', {'template': 'index.html'}), 15 16 (r'^vouchers/', include('vouchers.urls')), 16 17 (r'^finance_core/', include('finance_core.urls')),
Note: See TracChangeset
for help on using the changeset viewer.