# HG changeset patch # User Branko Majic # Date 2013-02-26 19:57:53 # Node ID 576954d47c4cd5ce69ad851a2c70f4c474195c23 # Parent 3ced2d39053d13ced5aee64fe974603f1a87a1c3 Added the app URLs file. diff --git a/conntrackt/urls.py b/conntrackt/urls.py new file mode 100644 --- /dev/null +++ b/conntrackt/urls.py @@ -0,0 +1,6 @@ +from django.conf.urls import patterns, include, url + +urlpatterns = patterns( + 'threadedcomments_zinnia.views', +) +