Skip to content

Commit

Permalink
drop django action logger
Browse files Browse the repository at this point in the history
  • Loading branch information
gythaogg committed Oct 24, 2024
1 parent 86c8ffe commit ac26612
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 155 deletions.
1 change: 0 additions & 1 deletion apis_ontology/settings/server_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"django.contrib.postgres",
"apis_core.collections",
"apis_core.history",
"django_action_logger",
"django_acdhch_functions",
"django_select2",
]
Expand Down
3 changes: 0 additions & 3 deletions apis_ontology/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
]

urlpatterns += staticfiles_urlpatterns()
urlpatterns += [
path("logger/", include("django_action_logger.urls")),
]
urlpatterns += [
path("", include("django_acdhch_functions.urls")),
]
Expand Down
Loading

0 comments on commit ac26612

Please sign in to comment.