Add REST API pagination and mke REST API optional (#43)

* Implement Rest API pagination

* REST API must be enabled in settings

* Report REST API status in the admin site settings page
This commit is contained in:
2025-01-16 22:53:19 +01:00
committed by GitHub
parent d237129c99
commit db79a02c85
10 changed files with 61 additions and 27 deletions

View File

@@ -9,7 +9,6 @@ django-health-check
django-admin-sortable2
django-tinymce
# Optional: # psycopg2-binary
# Optional: # pySerial
# Required by django-countries and not always installed
# by default on modern venvs (like Python 3.12 on Fedora 39)
setuptools