So here's what i'm trying to do:
- Static Website in HTML(just a simple table) Screenshot Here
- Admin Page to update text's on that website by html for (I'm not sure if it's good idea) Another Screenshot
I was trying in Python Flask, but I have no idea how to storage data from HTML Form into Python variables. All I did is to use {{ }}
in my index.html(first ss) and then I can edit content straight from Python Code, but it's not what I want.
What i want? I want to make a form or smth like that which allows user to easy update text on index(first ss). User has to choose which cell he wants to update and write a new content, then submit and that's all.
Is it Python Flask good idea to do it? (I'm pretty new in Python) At the moment I'm using Wordpress+PostGrid plugin to do something like that, but editing the grid(first ss) is there so hard. I'm stubborn that's why I want to do it on my self.
Any advises about method which I should use or language will be very helpful.
Thanks!