使用 django-registration 或 pinax 帐户?
我正在尝试构建一个非常快速、轻量级的 django 应用程序。使用 Pinax(及其帐户应用程序)或 django-registration 来处理我的身份验证是否更合适?我知道 Pinax 很可靠,但是有很多依赖项,我不确定我是否需要所有增加的膨胀/复杂性。你怎么认为?
I'm trying to build a very fast, lightweight django app. Would it be more appropriate to use Pinax (with their accounts app) or django-registration to handle my authentication? I know Pinax is solid, but there are so many dependencies, I'm not sure if I need all that added bloat/complexity. What do you think?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我自己就使用 django-registration 。没有理由有那么多的依赖关系,除非您需要对其一些易于生成的应用程序进行一些修改。
I'd just use the django-registration myself. There is no reason to have that much dependencies, unless you need some modifications to some of their readily generate-able apps.
我轻松使用 django-registration。 Django 自己的注册是经过验证的,可以根据您的需要进行修改。
I use django-registration with ease. Django's own registration is seasoned and can be modified to your needs.