Default view is now latest sandwich's month's sandwiches. Fixed other minor things.
[~kgodey/maayanwich.git] / urls.py
diff --git a/urls.py b/urls.py
index dfab245..08e08e5 100644 (file)
--- a/urls.py
+++ b/urls.py
@@ -11,5 +11,5 @@ urlpatterns = patterns('',
        (r'^login/$', views.login_view),
        (r'^logout/$', views.logout_view),
        (r'^signup/$', views.create_user),
-       (r'', views.baseview),
+       (r'', views.current_home),
 )