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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -