some fixes
[prawokultury.git] / prawokultury / settings.d / 40-middleware.conf
index 55ff33a..eedc50e 100755 (executable)
@@ -11,4 +11,5 @@ MIDDLEWARE_CLASSES = (
     # Uncomment the next line for simple clickjacking protection:
     # 'django.middleware.clickjacking.XFrameOptionsMiddleware',
     'pagination.middleware.PaginationMiddleware',
+    'realip_middleware.SetRemoteAddrFromXRealIP',
 )