Django 2.0 專案預設建立的檔案架構如下: from django.contrib import admin from django.urls import path urlpatterns = [ path('admin/', admin.site.urls), ].
確定! 回上一頁