# HG changeset patch # User Ahsan Ali Shahid # Date 1374253994 -18000 # Node ID 2619e53b1ec2b1e183d3b1190c9944a2d1a7b3bd # Parent c5087ce140c9853655234356d5520de4b38742b5 modified settings.py file to add django-ratings and south into the installed apps diff -r c5087ce140c9 -r 2619e53b1ec2 settings.py --- a/settings.py Fri Jul 19 22:11:52 2013 +0500 +++ b/settings.py Fri Jul 19 22:13:14 2013 +0500 @@ -149,6 +149,8 @@ 'kombu.transport.django', 'mptt', 'sizefield', + 'djangoratings', + 'south', # 'threadedcomments', # Agora apps