diff settings.py @ 63:d5ebcf4a249f

Added some urls for the bundle links, and a template
author Rettaw
date Thu, 06 Oct 2011 23:40:01 +0200
parents 0abd9ba5c9a8
children 29802e95fe96
line wrap: on
line diff
--- a/settings.py	Mon Jul 25 15:55:20 2011 -0500
+++ b/settings.py	Thu Oct 06 23:40:01 2011 +0200
@@ -136,9 +136,11 @@
     'django.contrib.messages',
     'django.contrib.admindocs',
     'django.contrib.admin',
+	'django.contrib.comments',
 
     #Third-party apps
     'registration',
+	'threadedcomments',
 
     #Agora apps
     'agora.apps.profile',
@@ -148,5 +150,7 @@
     'agora.apps.mptt',
 )
 
+COMMENTS_APP = 'threadedcomments'
+
 LOGIN_REDIRECT_URL='/'
 AUTH_PROFILE_MODULE = 'profile.Profile'