1 2 3 4 5 6 7
from api import views from api.utils.common import Url urlpatterns = [ Url('/yardstick/test/action', views.Test, 'test') ]