Инструкция на русском языке: README_RUS.md
Based on source code SimpleOPDS Catalog by Dmitry V.Shelepnev.

Notable changes:
-
Database engine is postgresql only. Django supports other DB engines and probably sqlite or mysql can be used, but compatibility is not tested.
-
Base page layouts has been changed (work in progress).
-
Can be run in docker/podman containers.
Currently applied next changes:
-
Bug fixes, apply pathes to origianl project by contributors.
-
Now project works under wsgi-server gunicorn. Embedded in Django development server is out of work.
-
Project files layout has been modified.
-
Project management tools has been changed to actual (uv, mypy etc.)
All changes are present in dev branch in current repository
-
Python 3.19
-
Django 5.1
-
PostgreSQL 17
-
gunicorn
-
docker