website - Very very simple, secure database for static site -


i have static website handful of pages bit of self-advertising. i'm wanting put small database online store clients details, preferably same layout current pages. i've tried looking @ php scripts provide static interface sqlite database i'm bit unsure security of pages afterwards. looked @ django app think take me time , going. aware of secure system or cms set relatively quickly? open-source preferable not essential.

many thanks.

if don't need able dynamically update site (so re-uploading changed files alright), bake dynamic content static html pages with, say, python script (maybe sphinx documentation generator?).


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -