X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3862401b670120eaebd893e2bf445ce48f4d9e75..cddac847a30124abd1e4cf5458c4e36d5682515a:/src/wolnelektury/settings/custom.py?ds=inline

diff --git a/src/wolnelektury/settings/custom.py b/src/wolnelektury/settings/custom.py
index 38d293671..08937d9f8 100644
--- a/src/wolnelektury/settings/custom.py
+++ b/src/wolnelektury/settings/custom.py
@@ -39,8 +39,17 @@ CLUB_PAYU_POS = '300746'
 CLUB_PAYU_RECURRING_POS = '300746'
 CLUB_APP_HOST = None
 
-AB_TESTS = {
-}
+
+EXPERIMENTS = [
+    {
+        "name": "Eksperymentalny układ strony utworu",
+        "slug": "layout",
+        "cohorts": [
+            {"size": 0,   "value": "new", "name": "eksperymentalny układ", "explicit": True},
+            {             "value": "old", "name": "stary układ"},
+        ],
+    },
+]
 
 MESSAGING_MIN_DAYS = 2