Remove remaining code from django-taggit package

This commit is contained in:
Roberto Rosario
2014-10-21 13:18:50 -04:00
parent 2f01904217
commit c23bc95deb

View File

@@ -243,10 +243,6 @@ LOGIN_EXEMPT_URLS = (
PAGINATION_INVALID_PAGE_RAISES_404 = True
# ---------- Search ------------------
SEARCH_SHOW_OBJECT_TYPE = False
# --------- Taggit ------------
SOUTH_MIGRATION_MODULES = {
'taggit': 'taggit.south_migrations',
}
# ---------- Django REST framework -----------
REST_FRAMEWORK = {
'PAGINATE_BY': 10,