On 30/08/2009, at 7:23 AM, [email protected] wrote:
> Hello, I'm an expert with python but a noob at pylons. > > I'm trying to design a commercial web site with subscriptions service. > > To teach myself pylons, I'm reading http://pylonsbook.com/ > > I got to the part about forms and started writing logic regarding > registering new users, logging in existing users, etc. > > But I'm wondering now if someone has a tutorial or sample code on > how to do this... might save me some significant redesigns... > > Anyone know of any resources on how to manage user subscriptions? I recommend using repoze.who for authentication. It has worked really well for me http://wiki.pylonshq.com/display/pylonscookbook/Authentication+and+Authorization+with+%60repoze.who%60 You may also be interested in BlastOff, which is a Pylons project template I've put together to generate the boilerplate for a Pylons app with authentication, registration, email confirmation all pre- configured and working out of the box. http://pypi.python.org/pypi/BlastOff If nothing else, it can be a useful reference for your own application. Cheers, Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
