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-invitation 等系统提供邀请码的用户?我打算使用 django-social-auth 或 django-allauth。以前有人试过吗?
谢谢!
对于您的需求来说可能为时已晚,但以防万一它对您或其他人有用:我已经分叉了 django-allauth 并添加了一个 INVITE_MODE 设置,以便它可以与 django-invitation 一起使用。这是回购: