Mercurial > hg > agora-ahsan
changeset 191:ef4c73999c6c draft
added treecomments app settings in settings.py
author | ahsanalishahid <ahsan.ali.shahid@gmail.com> |
---|---|
date | Tue, 02 Jul 2013 01:54:27 +0500 |
parents | a4f88ac85837 |
children | 7ec7f6a30592 |
files | settings.py |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/settings.py +++ b/settings.py @@ -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='/'