Django: How to make a simple editable text?

I have a a simple information page, but I need to change the information a lot.

I want to do this from the admin side.

I can do this with a model, but I don't need to add or remove items.

How can I do this?

Back to Top