summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprathamesh2014-11-28 14:17:00 +0530
committerprathamesh2014-11-28 14:17:00 +0530
commitec7d9c71d352b9e0760250debc7274b439bc32ba (patch)
treed5402453ce5ea7c280203cf2eee3d3f887221425
parenta1e409925163204f83988c7aeeb668bc10f5a8dd (diff)
parent4d1880d9a5bfe0b56d2f067479d48703a1a3e476 (diff)
downloadPython-TBC-Interface-ec7d9c71d352b9e0760250debc7274b439bc32ba.tar.gz
Python-TBC-Interface-ec7d9c71d352b9e0760250debc7274b439bc32ba.tar.bz2
Python-TBC-Interface-ec7d9c71d352b9e0760250debc7274b439bc32ba.zip
Merge branch 'master' into certificate_generation
Conflicts: tbc/views.py
-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)