Skip to content

Commit

Permalink
add tracking users to simple history
Browse files Browse the repository at this point in the history
  • Loading branch information
gythaogg committed Nov 14, 2024
1 parent 65386ae commit f978faf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apis_ontology/settings/server_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,7 @@
"DEFAULT_PAGINATION_CLASS": "rest_framework.pagination.LimitOffsetPagination",
"PAGE_SIZE": 20,
}

MIDDLEWARE += [
"simple_history.middleware.HistoryRequestMiddleware",
]

0 comments on commit f978faf

Please sign in to comment.