12
I Use This!
Activity Not Available

News

Posted over 16 years ago by [email protected] (riklaunim)
Is there a way to make the Admin Panel display more than 300 results? For example making it paginate on keys not on offset?
Posted over 16 years ago by [email protected] (Tom)
Hi all- I'd like to backup my datastore from gae. I know Google probably won't loose it, but I want to be prepared against accidental data deletion by my own clumsy fingers. Do you have any favorite apps/ utilities that you use for backup/restore of the datastore? Or are there built-in tools that I just don't know about?
Posted over 16 years ago by [email protected] (molicule)
Hi, I opened this thread to solicit tips from the community on how to begin the process to port out of app engine patch to gae's django 1.0.2 If Waldemar could offer some input that would be great. If any others have done it/ are doing it their experiences/sugestions would be useful. Thanks
Posted over 16 years ago by [email protected] (Waldemar Kornewald)
Hi everyone, this is not so great news for the community, but due to a large project I've started to work on I won't have any time for app-engine-patch, anymore. For various reasons we'll switch to a native Django port, so we won't need app-engine-patch, anymore. I just don't have enough time to maintain app-engine-patch, a native Django
Posted over 16 years ago by [email protected] (Lacrima)
Hello! Sorry for a silly question... Why in the sample app create person form has every field repeated for 3 times (/person/create). Where is it specified in the code? And what is advantage of 'manage.py runserver' over 'dev_appserver.py myapp'. Thanks in advance.
Posted over 16 years ago by [email protected] (Dennis)
I just upgraded from aepatch 1.0 to 1.0.2.3 and now I run into a syncdb issue when i upload my app using "manage.py update". During the update process, I'm asked for my email and password in order to upload -- this is the admin email for gae that ... [More] I had for release aepatch 1.0 and it works. After my app is uploaded, there is a message saying "Running syncdb" [Less]
Posted over 16 years ago by [email protected] (Ambar Amarelo)
Hi folks :) I'm trying to create my own custom registration app and when i submit the form i'm getting this error on my custom model: create_user() got multiple values for keyword argument 'email' this error happen on my model. If i comment all code after method signature this error continues happening.
Posted over 16 years ago by [email protected] (Nilesh Daine)
Hi, My application is redirecting to new URL (which SSL) for authentication and on successful login, it returns back to original app URL. I haven't yet tried but does anybody know if I can pass the session details to newly redirect URL and back ? I am using HttpResponseRedirect method to goto auth URL and on successful
Posted over 16 years ago by [email protected] (Chris)
I'm trying to use the remote API to do some cleanup of my datastore, and I'm finding it's taking forever. I had hoped to use keys_only=True to speed things up, but I'm getting an error: I'm trying: results = db.Query(MyModel, keys_only=True) ... [More] db.delete(results) which gives me the error: __init__() takes at most 3 non-keyword arguments (4 given) [Less]
Posted over 16 years ago by [email protected] (James)
Hi, I would love to have this project of mine listed on the page here: [link] I'll add the logo to the about page footer. Many Thanks for all of your stellar work! James