app-generator / django-dynamic-datatb

Django Dynamic Datatables - Open-Source Library | AppSeed
https://pypi.org/project/django-dynamic-datatb/
MIT License
43 stars 19 forks source link

Adding columns of type picture to table #16

Open C4ORT opened 2 months ago

C4ORT commented 2 months ago

Using the model to build the database, I specified one of the fields: photo=models.ImageField(upload_to="images/", blank=True, null=True) but when adding a record, it is impossible to add a file or an image is there any solution to this problem or should I deal with the code myself and rewrite some points?

image image