Skip to content

Commit

Permalink
base.py//base.txt: rm wagtail middleware and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
philli-m committed Apr 21, 2021
1 parent e7496f4 commit e827d12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Django==2.2.20 # pyup: <2.3
django-cloudflare-push==0.2.0
django-sites==0.10
raven==6.10.0
wagtail==2.11.6 # pyup: <2.8
wagtail==2.11.6 # pyup: <2.12
whitenoise==5.2.0
1 change: 0 additions & 1 deletion tempelhof/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.locale.LocaleMiddleware',

'wagtail.core.middleware.SiteMiddleware',
'wagtail.contrib.redirects.middleware.RedirectMiddleware',
]

Expand Down

0 comments on commit e827d12

Please sign in to comment.