You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the example
image = Base64ImageField(required=False, allow_null=True, source="the_good_JSON_entry")
the source entry does not have an effect. Am-I missing something, or this may be an issue?
in the example
image = Base64ImageField(required=False, allow_null=True, source="the_good_JSON_entry")
the source entry does not have an effect. Am-I missing something, or this may be an issue?