thx a lot!!
On 1月29日, 下午8时15分, Christoph Haas <[EMAIL PROTECTED]> wrote:
> On Mon, Jan 28, 2008 at 11:24:51PM -0800, bearsprite wrote:
> > Recently I couln't svn co form [http://pylonshq.com/svn/Pylons/trunk],
> > where is it gone?
>
> Pylons' sources a
Recently I couln't svn co form [http://pylonshq.com/svn/Pylons/trunk],
where is it gone?
--~--~-~--~~~---~--~~
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@goog
Sorry, it seemed that I have a mistake:(
On 3月14日, 下午10时46分, James Gardner <[EMAIL PROTECTED]> wrote:
> Hi,
>
> The example you gave should have worked.
>
> I'm not sure I quite understand the question though. Do you mean that
> the exception is raised but that a sign in isn't triggered or that e
I use authkit0.3.0pre5 with pylons0.9.5dev_r1895.
In lib/base.py I create a new permission:
class UserNotIn(RequestPermission):
def __init__(self, users):
if isinstance(users, list) or isinstance(users, tuple):
users_ = []
for user in users:
us
you use a static file, so the routes should be:
map.connect('css', '/css/mp_v1.css', _static=True)
map.connect('img', '/img', _static=True)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"pylons-discuss"