Skip to content

Commit

Permalink
chore: remove SITE_ID middleware
Browse files Browse the repository at this point in the history
I do not think it is a useful solution for TUP-706.

The code/feature is archived in #873:
#873
  • Loading branch information
wesleyboar committed Sep 13, 2024
1 parent 22c6ac3 commit 86ecb25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion taccsite_cms/custom_app_settings.example.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CUSTOM_APPS = ['apps.custom_example', 'apps.djangocms_blog_customizations']
CUSTOM_MIDDLEWARE = ['taccsite_cms.middleware.settings.DynamicSiteIdMiddleware']
CUSTOM_MIDDLEWARE = []
STATICFILES_DIRS = ()
20 changes: 0 additions & 20 deletions taccsite_cms/middleware/settings.py

This file was deleted.

0 comments on commit 86ecb25

Please sign in to comment.