Replies: 1 comment 2 replies
-
Traceback? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Mezzanine 6.0.0 got an error when I add "mezzanine.core.fields.FileField" to EXTRA_MODEL_FIELDS eg.
EXTRA_MODEL_FIELDS = (
(
"mezzanine.pages.models.RichTextPage.header_image",
"mezzanine.core.fields.FileField",
("Header Image",),
{"blank": True, "upload_to": "pages"},
),
)
Beta Was this translation helpful? Give feedback.
All reactions