lots of graphics
[prawokultury.git] / prawokultury / settings.d / 40-middleware.conf
index 72f7e14..3d9f0ea 100755 (executable)
@@ -9,4 +9,5 @@ MIDDLEWARE_CLASSES = (
     'django.contrib.messages.middleware.MessageMiddleware',
     # Uncomment the next line for simple clickjacking protection:
     # 'django.middleware.clickjacking.XFrameOptionsMiddleware',
+    'pagination.middleware.PaginationMiddleware',
 )