georgemarshall / django-cryptography

Easily encrypt data in Django

Home Page:https://django-cryptography.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not support Django 3.0

danny-zorroa opened this issue · comments

In 3.0 django.utils.six has been dropped and they recommend switching to the standard six lib. When trying run the manage.py collectstatic command the following exception is thrown.

File "/root/.local/lib/python3.6/site-packages/django_cryptography/fields.py", line 6, in
from django.utils import six
ImportError: cannot import name 'six'

This has already been addressed in #30 and I will try to cut a release of it shortly.