from django.conf.urls import url from otree.urls import urlpatterns urlpatterns.append(url(r'^my_view/$','cont_bandit.pages.cont_bandit'))