diff options
author | Trupti Rajesh Kini | 2016-11-16 12:09:35 +0530 |
---|---|---|
committer | GitHub | 2016-11-16 12:09:35 +0530 |
commit | 19793cdf2025bb2a4560a0718ed5d6bce175e7b8 (patch) | |
tree | 52ef694ea604d29d05de624bcfe9a2725b14ec2d /PythonTBC/settings.py | |
parent | 88fe6f44af6bc2595039e31b4604574c7f8affcc (diff) | |
parent | bc97050020b35ecc7377e7874002d76eabb0d14a (diff) | |
download | Python-TBC-Interface-19793cdf2025bb2a4560a0718ed5d6bce175e7b8.tar.gz Python-TBC-Interface-19793cdf2025bb2a4560a0718ed5d6bce175e7b8.tar.bz2 Python-TBC-Interface-19793cdf2025bb2a4560a0718ed5d6bce175e7b8.zip |
Merge pull request #42 from kinitrupti/hitcount-updated
Hitcount updated
Diffstat (limited to 'PythonTBC/settings.py')
-rw-r--r-- | PythonTBC/settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PythonTBC/settings.py b/PythonTBC/settings.py index dbec227..033882e 100644 --- a/PythonTBC/settings.py +++ b/PythonTBC/settings.py @@ -136,6 +136,7 @@ INSTALLED_APPS = ( 'django.contrib.admin', # Uncomment the next line to enable admin documentation: # 'django.contrib.admindocs', + 'hitcount', 'tbc', 'comments', #'south', @@ -143,6 +144,7 @@ INSTALLED_APPS = ( 'tbc_error_page', 'taggit', 'taggit_templatetags2', + ) SESSION_SERIALIZER = 'django.contrib.sessions.serializers.JSONSerializer' |