Remove django-taggit from the installed apps list

This commit is contained in:
Roberto Rosario
2014-10-17 22:47:48 -04:00
parent f29714c5aa
commit ac5adbdc3f

View File

@@ -55,7 +55,6 @@ INSTALLED_APPS = (
'rest_framework.authtoken',
'solo',
'south',
'taggit',
# Base generic
'acls',
'common',