Use django.contrib.staticfiles to manage static file. Reorganize static files in ldt folder.
DO NOT forget to do command line ./manage.py collectstatic to gather static media into the web/static folder.
ALTER TABLE ldt_utils_media
ADD COLUMN mimetype_field character varying(512);