How to dynamically update prices for menu website?
I would like to publish a website that hosts menus for different restaurant branches. What would be good way to do publish this? Bearing in mind occasional price changes - does this mean taking the website down and re-deploying or is there a way I can dynamically update item prices?
Hosting providers/CMS tools appreciated
I have written the website using basic html/css/js so far.. I have only used django to host a website on the local loopback address. I am determined to learn more.