This commit is contained in:
Iacopo Spalletti 2015-07-19 10:36:52 +02:00
commit 66aa775324
3 changed files with 8 additions and 7 deletions

View file

@ -91,7 +91,7 @@ if 'test' in sys.argv or len(sys.argv) == 1:
HELPER_SETTINGS['INSTALLED_APPS'].append('django_nose')
try:
import admin_enhancer
import admin_enhancer # pragma: no cover # NOQA
HELPER_SETTINGS['INSTALLED_APPS'].append('admin_enhancer')
except ImportError:
pass