On Aug 30, 3:01 am, Mike Orr <[email protected]> wrote:
> On Sat, Aug 29, 2009 at 7:16 PM, Chris Miles<[email protected]> wrote:
>
> > 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.
>
> That looks cool. Is it listed in the Pylons Cookbook somewhere?
> We'll be getting more questions like this.
>
> --
> Mike Orr <[email protected]>
I took a slightly different approach, I made a library on top of
repoze.who/what that consists of middleware for the auth and a wsgi
app for the registration. The registration app can then be mounted at /
register for any site you want to have registration for. I haven't put
the code out there because I wasn't sure the approach was going to
work, but so far it has. I suspect an immediate complaint about it
would be that it depends on toscawidgets which then requires it's own
middleware in the stack for it's resource injection. If anyone's
interested, I can throw the code up somewhere with a disclaimer that I
don't claim to know much about anything. :)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---