# HG changeset patch # User ahsanalishahid # Date 1372712067 -18000 # Node ID ef4c73999c6ced25c243b964f2c1098393b61bf2 # Parent a4f88ac8583722b4f10cc6d056135b0b4402a3b5 added treecomments app settings in settings.py diff -r a4f88ac85837 -r ef4c73999c6c settings.py --- a/settings.py Thu Jun 20 17:17:16 2013 +0500 +++ b/settings.py Tue Jul 02 01:54:27 2013 +0500 @@ -141,7 +141,7 @@ 'django.contrib.messages', 'django.contrib.admindocs', 'django.contrib.admin', -# 'django.contrib.comments', + 'django.contrib.comments', # Third-party apps 'registration', @@ -157,9 +157,10 @@ 'apps.bundle', 'apps.free_license', 'apps.pygments_style', + 'apps.treecomments', ) -COMMENTS_APP = 'threadedcomments' +COMMENTS_APP = 'apps.treecomments' # Doesn't accept view names until Django 1.5 LOGIN_REDIRECT_URL='/'