From 3f35f7dd0c79f76518a71f597b96c226d08157fb Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Mon, 22 Jun 2015 17:07:13 +0530 Subject: Remove taggit-autocomplete app, make pip compatible Conflicts: testapp/templates/demo_urls.py --- testapp/templates/demo_settings.py | 1 - 1 file changed, 1 deletion(-) (limited to 'testapp/templates/demo_settings.py') diff --git a/testapp/templates/demo_settings.py b/testapp/templates/demo_settings.py index d731dc2..45d437c 100644 --- a/testapp/templates/demo_settings.py +++ b/testapp/templates/demo_settings.py @@ -38,7 +38,6 @@ INSTALLED_APPS = ( 'django.contrib.staticfiles', 'testapp.exam', 'taggit', - 'taggit_autocomplete_modified', ) MIDDLEWARE_CLASSES = ( -- cgit