12
I Use This!
Activity Not Available

News

Posted over 16 years ago by [email protected] (Charlie)
One of my objects has a couple of blob properties which are used store PNG images. Without my having to do anything, these properties appear on the admin UI as File Upload widgets (nice!). This works great for uploading image files and setting the properties. It used to be, when I made changes to the object, but didn't upload a
Posted over 16 years ago by [email protected] (jonathan)
When running an app with production loads, I have been getting occasional datastore timeouts at various parts of the app, such as in the dynamicSite app (stack trace below). I am not sure if this is a "bug", but I am not sure what the best practice should be for handling this or other app-engine that are potentially seen by a correctly
Posted over 16 years ago by [email protected] (bevenson)
Hi. I am trying to work with the myapp sample as a basis for a new app. I don't understand why the program jumps from the new app folder, \bhpressbox, to \mysites to access ragendja. Help would be appreciated. Sorry in advance for my ignorance. b FROM HERE ===>> File "C:\bhpressbox\mrelease\forms. py", line 104,
Posted over 16 years ago by [email protected] (AvK)
hi, i have same django import error, Could you tell me what i am doing wrong? i just have unpacked sdk and app-engine patch, move app-egnine-patch folder to the sdk folder and then tried tu run sample app via dev_appserver.py ... [More] app-engine-patch-sample/ and i have following errors: /home/marcin/myworkspace/googl eappengine/python/app-engine-p atch- [Less]
Posted over 16 years ago by [email protected] (erikfroese)
Hello, I'm using the AEP 1.0.2.1 with GAE SDK 1.2.3 I have a custom User model defined in ohbaxter/dashboard/user_model. py In settings.py I have AUTH_USER_MODULE = 'dashboard.user_model' When I try to run the bulkload_client.py to load in some transaction data I get: exec code in mod.__dict__
Posted over 16 years ago by [email protected] (kevin)
Is it possible to use a different CSS framework besides Blueprint? I'm partial to this one: [link] but of course it could be anything. I don't care for Blueprint, really, and I'm wondering on the steps needed to use something else?
Posted over 16 years ago by [email protected] (Tony)
I'm creating an app with a pretty simple backend - but a little too complex for webapp. Basically, all I need out of app-engine-patch is the hybrid authentication middleware (which is totally awesome btw), session management, and maybe the forms component. The backend is simple but the volume of requests will be very high, so performance is
Posted over 16 years ago by [email protected] (Michelschr)
Hi, With the announce of GAE 1.2.3 now supporting django 1.0, I think that a lot of people, like me, would be happy to have a very clear and pragmatic summary of the advantages/inconvenients of using AEP on top of GAE 1.2.3. Without this little bit of marketing material, a lot of people could
Posted over 16 years ago by [email protected] (jonathan)
I am using app-engine-patch with django 1.1(beta) and my app is now in limited release and is under constant load. My problem is that some errors are occuring (one user sent me a screenshot of a google server error "The server encountered a temporary error and could not complete your request") but they are not
Posted over 16 years ago by [email protected] (Akume)
when i run nosetests --appenginepatcherplugin i get the following error. was wondering if anyone on here is using it and has come across this problem. Traceback (most recent call last): File "/usr/local/bin/nosetests", line 8, in <module> load_entry_point('nose==0.11.1 ', 'console_scripts', 'nosetests')()