diff settings.py @ 211:2a234e11185c

Merge in Wendy's changes
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Wed, 21 Aug 2013 14:43:48 -0400
parents 2619e53b1ec2
children
line wrap: on
line diff
--- a/settings.py	Tue Feb 19 01:53:59 2013 -0500
+++ b/settings.py	Wed Aug 21 14:43:48 2013 -0400
@@ -141,7 +141,7 @@
     'django.contrib.messages',
     'django.contrib.admindocs',
     'django.contrib.admin',
-#   'django.contrib.comments',
+   'django.contrib.comments',
 
     # Third-party apps
     'registration',
@@ -149,6 +149,8 @@
     'kombu.transport.django',
     'mptt',
     'sizefield',
+    'djangoratings',
+    'south',
 #   'threadedcomments',
 
     # Agora apps
@@ -157,9 +159,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='/'