Forums

Kind of like a CMS?

Well, not quite sure where to ask this so figured I'd start here. I've developed a few Django Apps where I would want a non-programmer to update the website content of the "News" or "Upcoming Events' pages. In my head I am thinking of a login page for this user. After logging in, he/she is redirected to a blank page that contains a few Headings and a text area underneath. All they have to do is modify the text and "SUBMIT." Is this possible on PA?

Example:

"NEWS" header

Existing text here is what you see on the live website. Once the user deletes this, updates and clicks SAVE/SUBMIT, the new content is published to the site.

you could use django admin for something super rough. Or there is django cms

Here is an overview.