12
I Use This!
Activity Not Available

News

Posted over 16 years ago by [email protected] (Korey Peters)
As the subject says, I'm working on a different, pure-Django project, and I'm really missing the media generator. Is it possible to use it without the App-Engine-Patch? Kind regards, Korey
Posted over 16 years ago by [email protected] (Leo Lou)
Hi, How do I show "Field A is missing" "Field B is missing" on the top of the webpage instead of "This field is required." at each field And when i use {{ form.as_p }} the fields are printed as p but the other FormSetFields are printed as table Thankyou in advance
Posted over 16 years ago by [email protected] (olegb)
Subj
Posted over 16 years ago by [email protected] (Ben Lau)
Hi , I am trying to run gaebar beta 3 with app-engine-patch-1.1RC . I have modified the settings.py , urls.py and app.yaml according to the readme. The settings.py: GAEBAR_LOCAL_URL = '[link] GAEBAR_SERVERS = { u'Local Test': u'[link], GAEBAR_MODELS = ( ( 'myapp.models',
Posted over 16 years ago by [email protected] ([email protected])
how to create "admin" user Manually? Thanks!
Posted over 16 years ago by [email protected] (Perica Zivkovic)
Hi there, I'm trying to use app-engine-patch with pyamf by following this: [link] What I have now is that I created my gateway.py with only one line of code: from pyamf.remoting.gateway.wsgi import WSGIGateway just to test can I use pyamf and I get blank page when I point my
Posted over 16 years ago by [email protected] (Leo Lou)
Hi, In the sample, When I upload a 1MB , i.e. HTTP request is larger than 1MB, an error message will be shown When I upload a larger file, "This field is required.", or sometimes blank screen will be resulted How should I properly handle file uploading? Thanks, Leo Lou
Posted over 16 years ago by [email protected] (Ambar Amarelo)
Hi Everyone :) well, i still on my personal fight in creation of a custom User on Django with Google App Engine. Now I'm getting this error when i try to submit the webpage of my own registration form: .----------------------------- ------------------------------ ------------------------------ ------------
Posted over 16 years ago by [email protected] (Leo Lou)
Hi, When I use 3rd party codes, their models.py use django model How should I convert them into app engine model? any fast ways? Thanks in advance, Leo Lou
Posted over 16 years ago by [email protected] (Carl)
I'm looking at app-engine-patch/django as an alternative to web2py Having installed app-engine-patch (v1.1) on WinXP I have the following: If I use dev-appserver project\ all launches fine. Oddly, using the alternative... manage.py runserver gives up in an error... File "C:\Python25\lib\zipfile.py", line 462, in getinfo