Skip to content

Commit

Permalink
Merge pull request #296 from acdh-oeaw/fix-rest-api-settings
Browse files Browse the repository at this point in the history
remove overridden setting REST_FRAMEWORK
  • Loading branch information
gythaogg authored Feb 11, 2025
2 parents 3e92484 + 63f620c commit c4e74c2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apis_ontology/settings/server_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@
}

SELECT2_CACHE_BACKEND = "select2"
REST_FRAMEWORK = {
"DEFAULT_PAGINATION_CLASS": "rest_framework.pagination.LimitOffsetPagination",
"PAGE_SIZE": 20,
}

MIDDLEWARE += [
"simple_history.middleware.HistoryRequestMiddleware",
Expand Down

0 comments on commit c4e74c2

Please sign in to comment.