Paste #12

1
2
3
4
MIDDLEWARE_CLASSES = (
  'kay.auth.middleware.GoogleAuthenticationMiddleware',
  'kay.cache.middleware.CacheMiddleware',
)