diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/base_urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/base_urls.py b/config/base_urls.py index 56612ff..c606171 100644 --- a/config/base_urls.py +++ b/config/base_urls.py @@ -52,6 +52,7 @@ urlpatterns += patterns('', #old: (r'(?P<year>\d{4})/(?P<month>[a-z]{3})/(?P<day>\w{1,2})/(?P<slug>[-\w]+)/$', 'blog.views.entry_detail'), # locations (r'^locations/', include('locations.urls')), + (r'^expenses/', include('expenses.urls')), (r'^photos/', include('photos.urls')), (r'^field-notes/', include('notes.urls')), (r'^photo/', include('photos.detail_urls')), |