django_project/users/urls.py from django.urls import path from . import views urlpatterns = [ path("register", views.register, ...
確定! 回上一頁