Forums

Easy frontend editor for webapp

I've taken time to teach myself python and build a web app for booking purposes... and so far it's working! Thanks to the great tutorials on pythonanywhere :) Now i would like to take it to the next level with a proper frontend. I got someone to customize a set of pages, but as soon as i want to change/adjust anything i now have to dive into the html.

My dream is to have more flexibility, eg. visual editor like wordpress to (re)arrange the frontend as i want, and plug the right forms which trigger my python scripts, show the results, etc. I have seen some examples of using the Wordpress REST api to create blog posts. In my case, the user would fill a form on wordpress, which is sent to the pythonanywhere site, then he would read the results coming back, etc. But I'm not sure it's really suitable for my application considering the database/bookings involved behind ?

Your feedback & experience would be appreciated, to identify the most cost-efficient way forward for this, that hopefully does not involve me having to learn html.

I don't know if we on the PythonAnywhere team would have anything to suggest (we code HTML directly ourselves), but perhaps other people here on the forums might have some suggestions?