Questions tagged [tipfy]

tipfy is a small but powerful framework made specifically for Google App Engine.

tipfy is a small but powerful framework made specifically for Google App Engine. It is a lot like webapp but offers a bunch of features and goodies that webapp misses: i18n, sessions, own authentication, flash messages and more. Everything in a modular, lightweight way, tuned for App Engine. You use only what you need, when you need.

48 questions
0
votes
1 answer

Proper way to edit existing entity in tipfy

I'm using a PersonEditHandler class in tipfy to edit a Person entity. I have the get() and post() methods formed, but when I reference self.person (to check if the get method found the existing person by key), I get an 'object has no attribute'…
0
votes
1 answer

RBAC in webapp2 with ACL from tipfy

I'm trying to implement an RBAC in webapp2. I find out some code of the framework project called tipfy that do this with ACL (access control list). This is the code of the ACL…
janscas
  • 619
  • 4
  • 13
0
votes
1 answer

How to create and attach a normal cookie to a response by tipfy

Hi um having a problem of create a cookie [not secured] by using tipfy . The tipfy class class SessionStore(object): #: A dictionary with the default supported backends. default_backends = { 'securecookie': SecureCookieSession, } implements the…
not 0x12
  • 19,360
  • 22
  • 67
  • 133
1 2 3
4