Added month view and url.
[~kgodey/maayanwich.git] / urls.py
diff --git a/urls.py b/urls.py
index dd6fede..a2a7ff7 100644 (file)
--- a/urls.py
+++ b/urls.py
@@ -9,4 +9,5 @@ urlpatterns = patterns('',
        (r'^allsandwiches/$', views.all_sandwich),
        (r'^newsandwiches/$', views.newsandwiches),
        (r'^sandwich/(?P<slug>[-\w]+)/$', views.specific_sandwich),
+       (r'^sandwich/(?P<year>[-\w]+)/(?P<month>[-\w]+)/$', views.sandwich_month),
 )