11
I Use This!
Activity Not Available

News

Posted about 15 years ago by [email protected] (dartdog)
See link for details [link]
Posted about 15 years ago by [email protected] (JimJty)
My new app is up. Thank you app-engine-patch. Check it out: [link]
Posted about 15 years ago by [email protected] (Dave)
Note sure if this is the right place, but all of a sudden I'm getting media generator errors as such: Combining admin_media/js/timeparse.js... Running yuicompressor... 1010 bytes Combining admin_media/js/urlify.js... Running yuicompressor... 3984 bytes Combining combined-en.js... Running yuicompressor... 287967 bytes
Posted about 15 years ago by [email protected] (Johannes Ammon)
Hi all, I've got some special problem. I want to store the days of the week, when some asset is available (maybe every Monday, Wednesday and Friday). My first idea is a ListProperty of ints with 0=Monday ..., with the list above being [0, 2, 4]. Now the problem is to get checkboxes in the admin-add page like this:
Posted about 15 years ago by [email protected] (Dan)
My confidence is high that I am just being an idiot, but I've now spent several hours on this without luck. I have zero experience with either Python, Django or App-Engine - just trying to get something very simple started so I can learn. I have successfully bulk uploaded about 20 entities of type Shop into
Posted about 15 years ago by [email protected] (drthink)
Hi, I am using app-engine-patch on my small business appointment scheduling application [link]. If I login and use the application then initiate some code that causes the the defer library to be called, i.e. a queue task is run, this messes up the main website. It is almost as if it a call to the queue
Posted about 15 years ago by [email protected] (simpson)
hi there, is there a recommended way of implementing different user models? i want to save different data for different types of users... regards and thanks
Posted about 15 years ago by [email protected] (Ketto)
Hi all, i created a Model with a field declared as KeyListProperty (AnotherModel). I registered this Model in admin.py, but when i try to access the add page for this model i get an "'ReferenceProperty' object has no attribute 'all'" error. Could anyone help me? Please? Environment: Request Method: GET
Posted about 15 years ago by [email protected] (Julian Yap)
I'm getting an error when sending an email. It works but appengine when deployed says 'There was an error while handling your request.' Template code: from django.core.mail import EmailMessage def email_out(contact_name): email = EmailMessage('Hello', 'Body goes here', '[email protected]',
Posted about 15 years ago by [email protected] (burg)
--- common/appenginepatch/ragendja /auth/decorators.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/common/appenginepatch/ragend ja/auth/decorators.py b/ common/appenginepatch/ragendja /auth/decorators.py index ca7c6f3..9b07b76 100644 --- a/common/appenginepatch/ragend ja/auth/decorators.py