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.
如果我想在同一页面上显示注册和登录表单怎么办?
我可以通过 url.py 做到这一点,还是必须使用多种形式?
超级简单的方法就是将注册表单硬写到登录模板文件中,然后将数据发布到注册 URL。对我来说很好。