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.
根据功能,我有不同的用户组:客户支持、编辑……等等
我想使用相同的用户系统和数据库,但我想为我拥有的不同组提供不同的界面(登录、功能、子域),与普通用户网站界面和登录分开。
你会怎么做?
我最终使用 request.get_host() 为每个子域提供不同的接口,并在登录中检查将要登录的用户的正确组类型。