1 2 3 4 5 6 7
from django.conf.urls import include, url from . import widgetadmin urlpatterns = [ url(r'^', include(widgetadmin.site.urls)), ]