From b2c79f1fba13972db99af8a45558b6ca39980f16 Mon Sep 17 00:00:00 2001
From: Trupti Rajesh Kini
Date: Mon, 25 Jan 2016 11:31:15 +0530
Subject: Update settings.py

---
 PythonTBC/settings.py | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

(limited to 'PythonTBC')

diff --git a/PythonTBC/settings.py b/PythonTBC/settings.py
index 5ffd4af..1ffd70d 100644
--- a/PythonTBC/settings.py
+++ b/PythonTBC/settings.py
@@ -139,14 +139,14 @@ INSTALLED_APPS = (
     'tbc',
     'comments',
     'south',
-    'hitcount',
+    
 )
 
 # needed for django-hitcount to function properly
 SESSION_SAVE_EVERY_REQUEST = True
 
 SESSION_SERIALIZER = 'django.contrib.sessions.serializers.JSONSerializer'
-SOUTH_MIGRATION_MODULES = {"hitcount": "hitcount.south_migrations"}
+
 # A sample logging configuration. The only tangible logging
 # performed by this configuration is to send an email to
 # the site admins on every HTTP 500 error when DEBUG=False.
@@ -175,7 +175,4 @@ LOGGING = {
         },
     }
 }
-HITCOUNT_KEEP_HIT_ACTIVE = { 'minutes': 60 }
-HITCOUNT_HITS_PER_IP_LIMIT = 0 #unlimited
-HITCOUNT_EXCLUDE_USER_GROUP = ( ) # not used
-HITCOUNT_KEEP_HIT_IN_DATABASE = { 'seconds': 10 }
+
-- 
cgit