程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
您现在的位置: 程式師世界 >> 編程語言 >  >> 更多編程語言 >> Python

Do you have any ideas about a/b testing in Django based projects? [Close] - any thoughts on a/b testing in Django based project? [closed]

編輯:Python

problem :

Closed . close .This question needs to be more focused . This question needs to be more focus .It is not currently accepting answers. It doesn't accept the answer at present .

Want to improve this question? Want to improve this problem ?Update the question so it focuses on one problem only by editing this post . Update questions , Make it pass only through Edit this article To focus on a problem .

Closed last year . last year close .

Improve this question Improve the problem

We just now started doing the A/B testing for our Django based project. We are just beginning to build on Django Of the project A/B test .Can I get some information on best practices or useful insights about this A/B testing. Can I get some information about this A/B Information about best practices or useful insights for testing .

Ideally each new testing page will be differentiated with a single parameter(just like Gmail). Ideally , Each new test page will be distinguished with a single parameter ( It's like Gmail equally ).mysite.com/?ui=2 should give a different page.mysite.com/?ui=2 A different page should be given .So for every view I need to write a decorator to load different templates based on the 'ui' parameter value. therefore , For each view , I need to write a decorator according to 'ui' Load different templates with parameter values .And I dont want to hard code any template names in decorators. And I don't want to hard code any template names in the decorator .So how would urls.py url pattern will be? that urls.py url What will the mode be like ?


Solution :

Reference resources : https://stackoom.com/en/question/39rr

  1. 上一篇文章:
  2. 下一篇文章:
Copyright © 程式師世界 All Rights Reserved