from django.contrib import auth def login(request): if ... 直接透過在登入URL: /accounts/login/?next=/index/中附加查詢字串來提供next欄位
確定! 回上一頁