diff options
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' |