On 4/17/07, rtconner <[EMAIL PROTECTED]> wrote: > Second, say I just want to write a re-usable class or library. Where > would be the proper place to put this? yourapp/lib is a good place to put your libraries. If you want functions to be available in your templates, put them under helpers.py in the lib folder
> Third, I don't see much on logins or authentication or permissions.Is > authkit all there is? Can you direct me to some further reading on > this? I've never made a website without authentication of some sort. > Its hard to believe a framework could exist without good > authentication ability. See http://code.google.com/p/sookti/ a tutorial application which implements authentication etc.. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
