Skip to content

Commit

Permalink
KittyStoreDjangoMiddleware was moved
Browse files Browse the repository at this point in the history
  • Loading branch information
abompard committed Nov 20, 2013
1 parent d6c7ddf commit fee700b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.py
Expand Up @@ -128,7 +128,7 @@
'django.contrib.messages.middleware.MessageMiddleware',
# Uncomment the next line for simple clickjacking protection:
# 'django.middleware.clickjacking.XFrameOptionsMiddleware',
'hyperkitty.lib.store.KittyStoreDjangoMiddleware',
'hyperkitty.middleware.KittyStoreDjangoMiddleware',
'hyperkitty.middleware.SSLRedirect',
'hyperkitty.middleware.TimezoneMiddleware',
'hyperkitty.middleware.MailmanUserMetadata',
Expand Down

0 comments on commit fee700b

Please sign in to comment.