Changeset b7fc501 for remit


Ignore:
Timestamp:
Feb 3, 2010, 3:34:38 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

... And the url for the index page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/urls.py

    r92ca60e rb7fc501  
    1313urlpatterns = patterns('',
    1414    # Example:
     15    (r'^$', 'django.views.generic.simple.direct_to_template', {'template': 'index.html'}),
    1516    (r'^vouchers/', include('vouchers.urls')),
    1617    (r'^finance_core/', include('finance_core.urls')),
Note: See TracChangeset for help on using the changeset viewer.