Re: design decision tree survey using django admin interface

2015-07-17 Thread ananya choudhury
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,

Re: return values from static files to django admin

2015-11-02 Thread ananya choudhury
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,