Results 1 issues of Stephen Hartzell

This is an error in newer version of Django (1.10.3). I think this is all that needs done in a few places: ```python try: from django.core.management.base import CommandError, NoArgsCommand except...