.. _acknowledgements: .. index:: !single: Acknowledgements ================ Acknowledgements ================ We would like to express our gratitude to the open-source projects that have made *ErbslandFORMER* possible. These projects provide the robust frameworks and tools that underpin our application, enabling us to deliver a high-quality product to our users. Django ====== *ErbslandFORMER* is built on the Django framework, a high-level Python web framework that encourages rapid development and clean, pragmatic design. Django’s robust features and extensive community support have been invaluable in the development of our application. .. centered:: Visit the Django website: https://www.djangoproject.com/ Celery ====== Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. We use Celery to manage background tasks efficiently in *ErbslandFORMER*, ensuring that our application remains responsive and capable of handling long-running processes. .. centered:: Visit the Celery website: https://docs.celeryq.dev/en/stable/ Redis ===== Redis is an in-memory data structure store, used as a database, cache, and message broker. In *ErbslandFORMER*, Redis is utilized for task queue management and caching, providing fast and reliable performance. .. centered:: Visit the Redis website: https://redis.io/ Font Awesome ============ Font Awesome is a font and icon toolkit based on CSS and Less. We use Font Awesome to provide scalable vector icons that can instantly be customized. Its vast library of icons helps to create a visually appealing and user-friendly interface in *ErbslandFORMER*. .. centered:: Visit the Font Awesome website: https://fontawesome.com/ Thank You! ========== We are deeply grateful for the dedication and hard work of the developers and contributors behind these projects. Their commitment to open-source software has enabled us to create a powerful and flexible application that serves a wide range of users.