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