django / djangopeople

A geographical community site for Django developers
https://people.djangoproject.com
MIT License
86 stars 44 forks source link

Use django-registration #16

Open fhahn opened 13 years ago

fhahn commented 13 years ago

Use django-registration instead of dajngopeople.views.SignupView

brutasse commented 13 years ago

Not sure about this. django-registration is getting old and the CBVs give us a much nicer API.

I'm considering adding some registration capability to django-le-social, maybe we could use it for the whole registration process, with twitter / openid / traditional registration.

fhahn commented 13 years ago

Yep, I just thought we should discuss the whole signup/social auth stuff once we've finished migrating to class based views.