Hi everyone. I still consider myself to be fairly new to Django, and I was wondering if the following was possible with inline formsets in the admin:
I want to create a little questionnaire app in the admin that is pre- populated with 25 questions in a specific order such that all the user has to do is click on the response (as opposed to selecting a question AND an answer). I have little/no experience using formsets, but I was wondering if this was easily do-able. As a further caveat, I would really like it if I could pre-populate questions from my database, as opposed to hardcoding initial values in admin.py. Is this feasible? Can someone explain/show some code snippets that explains what I want to do? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---