Category "imagefield"

React.js: How to show base64 image with ImageField of react-admin

How to show base64 image with ImageField of react-admin? I used following code but it is not work: import * as React from "react"; import { List, Datagrid, Text

Django DEBUG=False won't upload files to STATIC_ROOT

I'm trying to give the user the ability to upload images on a website I created with Django and the images are uploaded fine when running with DEBIG=True but th