12
I Use This!
Activity Not Available

News

Posted over 16 years ago by [email protected] (Wiiboy)
Is there any kind of server-side caching that goes on, either Django or App Engine? If so, how do I disable it?
Posted over 16 years ago by [email protected] (Paul Hernandez)
Hi, I've noticed after starting my project using app-engine-patch (from the myapp sample project) that the admin site doesn't have the "Documentation" link in the upper right hand corner. In past projects I've found this to be pretty useful. Can anyone out there confirm that this is missing with an app-engine-
Posted over 16 years ago by [email protected] (Wiiboy)
I've got a rather unusual setup. I've got a PHP forum setup that keeps track of users' profiles, etc. on a shared hoster (forum.site.com). I've got my actual site ([link]) on AppEngine, because I like Django and my shared hoster won't let me use it. I need to get the data about the users from the PHP forum, for
Posted over 16 years ago by [email protected] (Michelschr)
Hello everybody, I am new to this group and to AEP, and thus, sorry in advance if this question is obvious for you...! My starting point was "Unleash Django with AEP" (http:// code.google.com/intl/fr/appeng ine/articles/app-engine-patch. html)... Signing up users... This works fine except that the user has to login after I just created
Posted over 16 years ago by [email protected] (Laurice Sampson)
A SMART TRICK FOR ATTRACTING HIGHER PAYING ADSE...A SMART TRICK FOR ATTRACTING HIGHER PAYING ADSE...A SMART TRICK FOR ATTRACTING HIGHER PAYING ADSE... [link] [link]
Posted over 16 years ago by [email protected] (Korey Peters)
Do the model 'choices' fields work with app-engine-patch? My sample code is: class Time(db.Model): ZERO_MINUTES = 0 FIFTEEN_MINUTES = 1 THIRTY_MINUTES = 2 FORTY_FIVE_MINUTES = 3 MINUTES = ( (ZERO_MINUTES, '00'), (FIFTEEN_MINUTES, '15'), (THIRTY_MINUTES, '30'),
Posted over 16 years ago by [email protected] ([email protected])
Hello, [link] I found following description on above document. ~~~~~~~~~~~~~~~~~~~~ keys_only Whether the query should return full entities or just keys. Queries that return keys are faster and cost less CPU than queries that return
Posted over 16 years ago by [email protected] (dartdog)
I'd like to go ahead and load up the app, but I'd like to load all of the sample app, with my adds but fix the permissions, so 1. no one can regenerate the admin password, 2. I guess I want dual Django/Google sign on? I see in the settings where to set this I think 3. I'd like to remove the public ability to edit/add to the sample
Posted over 16 years ago by [email protected] (dartdog)
[link] I believe relevant to AEP? even though it does not appear that he uses it explicitly.
Posted over 16 years ago by [email protected] (dartdog)
Well I was very apprehensive, and moved my templates out of common/ templates/blog to blog/templates/blog. I expected everything to fall in a heap And I had kind of figured that would take all day... But to my surprise it just flat worked, no ... [More] changes anywhere else,, just magic. I'll push this out, It means if you download from my repo you can just [Less]