EVOLUTION-MANAGER
Edit File: __init__.py
from django.utils import six if six.PY3: memoryview = memoryview else: memoryview = buffer