Made the CSS pretty (the CSS file hasn't been committed yet), plus added comment...
[~kgodey/maayanwich.git] / urls.py
diff --git a/urls.py b/urls.py
index 8f48e0f..8f6f28b 100644 (file)
--- a/urls.py
+++ b/urls.py
@@ -12,4 +12,5 @@ urlpatterns = patterns('',
        url(r'^logout/$', views.logout_view, name='logout'),
        url(r'^signup/$', views.create_user, name='signup'),
        url(r'', views.current_home, name='index'),
+       (r'^comments/', include('django.contrib.comments.urls')),
 )