urls.py from django.urls import path from . import views urlpatterns ... Note how the slug parameter has to be added to view function signature, ...
確定! 回上一頁