Re: Porting a Pylons app to Akhet

2011-03-14 Thread Dan Jacob
Personally I don't see the point of screencasts. Sample code/tutorials are much more instructive and easier to refer back to. Yet Another 5- minute Blog App is not going to convince people one way or the other. Plus, Akhet's looking great and we shouldn't be doing anything to distract Mike from

AuthKit with Pylons 1.0

2011-03-14 Thread Sandor Gonzalez
Hi everyone, I've got an app that's working fine with Pylons 0.9.7 ( I know it's old) and AuthKit 0.4.5. I'm recently trying to upgrade the app to use Pylons 1.0. However, the authentication is not working. The variable environ['REMOTE_USER'] never gets set. I've even tried the examples at

Re: Porting a Pylons app to Akhet

2011-03-14 Thread Blaise Laflamme
For sure it's not the time to distract Mike but all ways of communicating guides/tutorials should be considered and ultimately used. There are different levels and ways of learning and communicating and we should be aware of them IMHO. On Mar 14, 12:09 pm, Dan Jacob danjac...@gmail.com wrote:

Re: AuthKit with Pylons 1.0

2011-03-14 Thread Людмила Третьякова
Hello, I had a similar problem too. In config/midleware.py add: # Routing/Session/Cache Middleware app = RoutesMiddleware(app, config['routes.map']) app = SessionMiddleware(app, config) app = CacheMiddleware(app, config) # CUSTOM MIDDLEWARE HERE (filtered by error handling

Re: Akhet status (Pyramid newbies and Carlos d.l.G., read me)

2011-03-14 Thread Jonathan Vanasco
when is a good time for us to connect on aim/irc/etc and plan some integration stuff out ? -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com. To unsubscribe from this group,

Re: Akhet status (Pyramid newbies and Carlos d.l.G., read me)

2011-03-14 Thread Mike Orr
I'm on IRC now for the next couple hours at least. I'll be on tomorrow too but I'm on Pacific time so from Atlanta's perspective it'll be from noon till late evening. On Mon, Mar 14, 2011 at 6:50 PM, Jonathan Vanasco jonat...@findmeon.com wrote: when is a good time for us to connect on