Can this be done using Django-dynamic-forms?
On Fri, Jul 17, 2015 at 5:22 AM, Derek wrote:
> I doubt this is possible with plain admin, which is designed for CRUD
> operations
>
> Trying looking into form wizards:
> https://docs.djangoproject.com/en/1.7/ref/contrib/formtools/form-wizard/
>
> or,
I tried that. But in that case I need to declare choices in models.py for
that field (so that the field is displayed as a dropdown in admin) and then
django doesn't accept any string that's not part of the choices list. I am
pretty sure I am missing something here.
On Mon, Nov 2, 2015 at 2:55 PM,
2 matches
Mail list logo