Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的应用程序中使用 django-registration 和 django-registration_defaults (用于模板)。如何更改用户登录后看到的页面?我浏览了文档,但找不到任何东西。
LOGIN_REDIRECT_URL = '/'
这将重定向到主页 url。