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

Admin throws an error for thumbnail #60

Open
danieleguido opened this issue Oct 9, 2024 · 0 comments
Open

Admin throws an error for thumbnail #60

danieleguido opened this issue Oct 9, 2024 · 0 comments

Comments

@danieleguido
Copy link

ERROR 2024-10-09 09:06:43,380 - django.request L241: Internal Server Error: /admin/miller/document/
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/django/db/models/options.py", line 668, in get_field
return self.fields_map[field_name]
KeyError: 'thumbnail'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/django/contrib/admin/utils.py", line 271, in lookup_field
f = _get_non_gfk_field(opts, name)
File "/usr/local/lib/python3.8/site-packages/django/contrib/admin/utils.py", line 302, in _get_non_gfk_field
field = opts.get_field(name)
File "/usr/local/lib/python3.8/site-packages/django/db/models/options.py", line 670, in get_field
raise FieldDoesNotExist(
django.core.exceptions.FieldDoesNotExist: Document has no field named 'thumbnail'

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

1 participant