comparison settings.py @ 191:ef4c73999c6c

added treecomments app settings in settings.py
author ahsanalishahid <ahsan.ali.shahid@gmail.com>
date Tue, 02 Jul 2013 01:54:27 +0500
parents c7be7def8b57
children 2619e53b1ec2
comparison
equal deleted inserted replaced
190:a4f88ac85837 191:ef4c73999c6c
139 'django.contrib.sessions', 139 'django.contrib.sessions',
140 'django.contrib.sites', 140 'django.contrib.sites',
141 'django.contrib.messages', 141 'django.contrib.messages',
142 'django.contrib.admindocs', 142 'django.contrib.admindocs',
143 'django.contrib.admin', 143 'django.contrib.admin',
144 # 'django.contrib.comments', 144 'django.contrib.comments',
145 145
146 # Third-party apps 146 # Third-party apps
147 'registration', 147 'registration',
148 'djcelery', 148 'djcelery',
149 'kombu.transport.django', 149 'kombu.transport.django',
155 'apps.profile', 155 'apps.profile',
156 'apps.snippet', 156 'apps.snippet',
157 'apps.bundle', 157 'apps.bundle',
158 'apps.free_license', 158 'apps.free_license',
159 'apps.pygments_style', 159 'apps.pygments_style',
160 'apps.treecomments',
160 ) 161 )
161 162
162 COMMENTS_APP = 'threadedcomments' 163 COMMENTS_APP = 'apps.treecomments'
163 164
164 # Doesn't accept view names until Django 1.5 165 # Doesn't accept view names until Django 1.5
165 LOGIN_REDIRECT_URL='/' 166 LOGIN_REDIRECT_URL='/'
166 LOGIN_URL = '/login' 167 LOGIN_URL = '/login'
167 AUTH_PROFILE_MODULE = 'profile.Profile' 168 AUTH_PROFILE_MODULE = 'profile.Profile'