comparison settings.py @ 204:2619e53b1ec2

modified settings.py file to add django-ratings and south into the installed apps
author Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
date Fri, 19 Jul 2013 22:13:14 +0500
parents ef4c73999c6c
children
comparison
equal deleted inserted replaced
203:c5087ce140c9 204:2619e53b1ec2
147 'registration', 147 'registration',
148 'djcelery', 148 'djcelery',
149 'kombu.transport.django', 149 'kombu.transport.django',
150 'mptt', 150 'mptt',
151 'sizefield', 151 'sizefield',
152 'djangoratings',
153 'south',
152 # 'threadedcomments', 154 # 'threadedcomments',
153 155
154 # Agora apps 156 # Agora apps
155 'apps.profile', 157 'apps.profile',
156 'apps.snippet', 158 'apps.snippet',