Stuck to get start with AuthKit

2007-07-21 Thread Olli Wang
Hi, I was followed the Geting Started With AuthKit(http:// wiki.pylonshq.com/pages/viewpage.action?pageId=2392077), but is it suitable for 0.3.0pre5? I tried this simple example: from authkit.authenticate import test_app, middleware from paste.httpserver import serve app_conf = {

Re: Stuck to get start with AuthKit

2007-07-21 Thread Lee Connell
This link describes how to figure out valid options for the config file. http://authkit.org/docs/module-authkit.authenticate.html#middleware look for _allowed_options. On Sat, 2007-07-21 at 15:02 +, Olli Wang wrote: Hi, I was followed the Geting Started With AuthKit(http://

Re: Stuck to get start with AuthKit

2007-07-21 Thread Lee Connell
go into site-packages or where you installed authkit and go to authkit/authenticate/__init__.py and there you will find _allowed_options. On Sat, 2007-07-21 at 15:02 +, Olli Wang wrote: Hi, I was followed the Geting Started With AuthKit(http://

migrating to Pylons 0.9.6rc1

2007-07-21 Thread Max Ischenko
Hello, Just wanted to report my experience with 0.9.6rc1 while migrating my app to it. Most time consuming part was manual diff/merge procedure, since I made _a lot_ of changes to framework-generated files and they do change a lot as well. Migrating to SAContext was a breeze, I was able to