summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PythonTBC/settings.py1
-rwxr-xr-xtbc/views.py1
2 files changed, 1 insertions, 1 deletions
diff --git a/PythonTBC/settings.py b/PythonTBC/settings.py
index e2cafba..f7cab4e 100644
--- a/PythonTBC/settings.py
+++ b/PythonTBC/settings.py
@@ -135,6 +135,7 @@ INSTALLED_APPS = (
# 'django.contrib.admindocs',
'tbc',
'comments',
+ 'south',
)
SESSION_SERIALIZER = 'django.contrib.sessions.serializers.JSONSerializer'
diff --git a/tbc/views.py b/tbc/views.py
index 00164d0..eaef347 100755
--- a/tbc/views.py
+++ b/tbc/views.py
@@ -1229,4 +1229,3 @@ def ajax_matching_books(request):
'matches': matches,
'flag': flag
}
- return render_to_response('tbc/ajax-matching-books.html', context)