Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Django registration alternatives

I'm looking at django-registration. It's in alpha 0.8, and hasn't been updated for 12/13 months. But it seems this is what most people use? I'm just wondering if there is a production standard package out there for managing users on a django site, or do people tend to roll their own?

like image 538
null Avatar asked Mar 24 '11 09:03

null


2 Answers

It hasn't been updated because it works very well ;)
Frankly, you really should use this package, along with django-profiles, django-invitation...

The only problem (for me) is the lack of example templates in django-registration But you can look at this repository to get some

like image 78
Dominique Guardiola Avatar answered Nov 13 '22 11:11

Dominique Guardiola


Try django-registration-redux, a maintained fork of django-registration:

  • https://github.com/macropin/django-registration
  • https://django-registration-redux.readthedocs.org/en/latest/
like image 1
David Arcos Avatar answered Nov 13 '22 10:11

David Arcos