Cleanup
This commit is contained in:
parent
c3de277f07
commit
66aa775324
3 changed files with 8 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue