diff options
author | luxagraf <sng@luxagraf.net> | 2015-03-16 22:31:32 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2015-03-16 22:31:32 -0400 |
commit | 50fe80969b9ddbfa795b11e303430d58a8e10a8c (patch) | |
tree | 05761e6f9347640c82efbcbd0b5658cac16cf834 /config | |
parent | 60e817f397f023f71ad48742cce09670ee7abd6d (diff) |
added expense tracking app
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')), |