Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Django 3.0 - jango.utils.six error #471

Closed
hacker-cb opened this issue Mar 4, 2020 · 1 comment
Closed

Django 3.0 - jango.utils.six error #471

hacker-cb opened this issue Mar 4, 2020 · 1 comment

Comments

@hacker-cb
Copy link

I have tried to run demo with Django 3.0 and failed:

TOXENV=py37-dj30 tox -- python manage.py migrate --settings=demo.settings

I got error:

  File "/Users/pavel/projects/test/django-material/.venv/lib/python3.7/site-packages/autofixture/base.py", line 5, in <module>
    from django.utils.six import with_metaclass
ModuleNotFoundError: No module named 'django.utils.six'

With 2.2 all works fine.

@hacker-cb
Copy link
Author

hacker-cb commented Mar 31, 2021 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant