On 21 jan, 00:27, AlastairC <[email protected]> wrote: > Hi everyone, > > I'm trying to create a registration process that includes membership > details and a paypal bit (for a non-profit org), and use the > registration app as the first step. > > However, I'd like to log people in when they 'activate' (click the > link in the email and return to the site). I've gotten stuck, although > I can log people in by sub-classing the form, that's *before* they've > activated. (Sidenote: it seems wrong that I can log someone in > manually even though they aren't active?) > > I'm currently getting a "NotImplementedError", with this > code:http://dpaste.com/111247/
Please post the whole traceback (or copy/paste it to dpaste.com). We don't necessarily want to setup a whole django project just to test your code !-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

