Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: cannot import name 'FieldDoesNotExist' #94

Open
DrDevinRX opened this issue Aug 7, 2020 · 1 comment
Open

ImportError: cannot import name 'FieldDoesNotExist' #94

DrDevinRX opened this issue Aug 7, 2020 · 1 comment

Comments

@DrDevinRX
Copy link

I attempted to start the docker image using docker-compose, but I have run into this error.
I also attempted to do python3 manage.py migrate and run into the same error.
I have attached the log with the error in it.
log.txt

@trinsic
Copy link

trinsic commented Aug 14, 2020

In requirements.txt change the line:
django
to:
django==3.0.6

Django 3.1 removed some things that broke this old script.

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

No branches or pull requests

2 participants