def __init__(self, *args, **kwargs): if json is None: raise ImproperlyConfigured( 'JSONType needs anyjson package installed.' ) super(JSONType, self).__init__(*args, **kwargs)