Skip to content

Commit

Permalink
removed deprecated references to django_user_agents
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Feb 5, 2024
1 parent 3dc5f73 commit 6a52d16
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ansible-webui/aw/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'django_user_agents',
# api
'rest_framework',
'rest_framework_api_key',
Expand All @@ -39,7 +38,6 @@
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'django_user_agents.middleware.UserAgentMiddleware',
'django_auto_logout.middleware.auto_logout',
]
CSRF_TRUSTED_ORIGINS = [
Expand Down

0 comments on commit 6a52d16

Please sign in to comment.