Is it possible to create an application page with Admin-editable questions?

Hi,

I am interested in learning more about django’s capabilities and seeing if it can suit my needs. I am looking to build an application page that collects a couple free-response answers. Looking online, I can see that Forms and Model Forms are useful to hardcode question fields to ask.

I am wondering if it is possible to have the admin page add/modify/delete questions so we don’t need to directly modify the code in the future to do so.

If this is possible, are there any guides for any part of the project to help me even get started?

Any help is appreciated! Thanks!

Actually, if you work your way through the standard Django Tutorial, you’ll see that the Polls application being built is exactly what you describe.