Skip to content

Commit

Permalink
removes unused middlewares
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmegatelo committed Jan 20, 2025
1 parent b4d6bed commit 173bad1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 72 deletions.
70 changes: 0 additions & 70 deletions feed/middlewares.py

This file was deleted.

2 changes: 0 additions & 2 deletions walter/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@
"django.contrib.auth.middleware.AuthenticationMiddleware",
"django.contrib.messages.middleware.MessageMiddleware",
"django.middleware.clickjacking.XFrameOptionsMiddleware",
"feed.middlewares.queue_mark_viewed",
"feed.middlewares.get_viewed",
"debug_toolbar.middleware.DebugToolbarMiddleware",
]

Expand Down

0 comments on commit 173bad1

Please sign in to comment.