From 50fe80969b9ddbfa795b11e303430d58a8e10a8c Mon Sep 17 00:00:00 2001 From: luxagraf Date: Mon, 16 Mar 2015 22:31:32 -0400 Subject: added expense tracking app --- config/base_urls.py | 1 + 1 file changed, 1 insertion(+) (limited to 'config') 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\d{4})/(?P[a-z]{3})/(?P\w{1,2})/(?P[-\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')), -- cgit v1.2.3