Open Source research tool to search, browse, analyze and explore large document collections by Semantic Search Engine and Open Source Text Mining & Text Analytics platform (Integrates ETL for document processing, OCR for images & PDF, named entity recognition for persons, organizations & locations, metadata management by thesaurus & ontologies, search user interface & search apps for fulltext search, faceted search & knowledge graph)
Changed CRLF to LF in many if not most files
Replaced shortcuts in flower.conf files with contents of target conf file (shortcuts giving Apache error as "unrecognised command")
Replaced deprecated Django "url" function with "re_path" aliased as url for Django 4 compatibility.
Replaced NullBooleanField with BooleanField(null=True) for Django 4 compatibility.
Container now runs without errors.