I am new to Django. I would like to show some fields in the Django Admin only if a specific value has been selected on a dropdown.
For instance, I have a question model. I would like to let the user select the type of question. If it is a multiple choice question, I would like to show fields to let the user fill the possible answers.
I have found this link but it seems that it is not done for the Django Admin.
How should I proceed to achieve what I need ?