from django.conf.urls import include, url urlpatterns = [ url(r'^v1/', include('entitlements.api.v1.urls', namespace='v1')), ]