Private files
Moves file management back under Django control and implements Private Files setup.
Requires dropping the previously existing database tables.
Simple command to achieve this:
DROP OWNED BY iric_data_user;
Also requires hstore module (key value store) to be activated on the postgresql server (requires admin privileges)
CREATE EXTENSION IF NOT EXISTS hstore;
Edited by Jean-Philippe Laverdure