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 problemWe 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 ?