[massive store] Follow configuration of the metadata generator
Don't drop constraints and indexes for tables that are ignored by the metadata
generator given to the store. One may now easily disable insertion of e.g.
created_by / owned_by by removing them from the MetadataGenerator.META_RELATIONS
set, in which case indexes for associated table won't be removed by the massive
store.
.. _TutosPhotoWebSite:
Building a photo gallery with |cubicweb|
========================================
Desired features
----------------
* basically a photo gallery
* photo stored on the file system and displayed dynamically through a web interface
* navigation through folder (album), tags, geographical zone, people on the
picture... using facets
* advanced security (not everyone can see everything). More on this later.
.. toctree::
:maxdepth: 2
part01_create-cube
part02_security
part03_bfss
part04_ui-base
part05_ui-advanced