[extensions-web/filter-sort-ui: 12/20] Remove the ratings code



commit f371bed68bd8c5761a2792c66b1cce28282bd1bc
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Dec 27 20:39:59 2011 -0500

    Remove the ratings code

 sweettooth/ratings/__init__.py                  |    8 ---
 sweettooth/ratings/admin.py                     |   21 -------
 sweettooth/ratings/forms.py                     |   71 -----------------------
 sweettooth/ratings/models.py                    |   12 ----
 sweettooth/ratings/templates/comments/form.html |   21 -------
 sweettooth/ratings/templatetags/rating.py       |   33 -----------
 sweettooth/ratings/urls.py                      |    7 --
 sweettooth/ratings/views.py                     |   10 ---
 sweettooth/settings.py                          |    4 -
 9 files changed, 0 insertions(+), 187 deletions(-)
---
diff --git a/sweettooth/settings.py b/sweettooth/settings.py
index 6b57388..65ce8b2 100644
--- a/sweettooth/settings.py
+++ b/sweettooth/settings.py
@@ -116,10 +116,6 @@ LOGIN_URL = '/accounts/login/'
 INSTALLED_APPS = (
     'django.contrib.auth',
 
-    # 'ratings' goes before django's comments
-    # app so it will find our templates
-    'ratings',
-
     'registration',
 
     'django.contrib.comments',



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]