1

In My django admin form I have one Image Upload field and also It has been done for the preview support.Also I has clear option to clear that image in the object.If i need to select another image with also clicking the clear option "It does't do that" At a time it says only one option will be done.What I should have to do for the both operations?

Also What could do to have multiple ImageFields in django admin form?What are the ways to do it?enter image description here

Nava
  • 6,276
  • 6
  • 44
  • 68
  • Is there any easy way to have multiple image fields in django? atleast 5 needed also I need to be expanded dynamically – Nava Sep 26 '11 at 13:30

1 Answers1

0

Use django inline model admin here

earlier question on SO: go here

Community
  • 1
  • 1
Tauquir
  • 6,613
  • 7
  • 37
  • 48