my app uses python 2.7 NDB for datastore. now i need to go through some dozens of entity kinds, and change a property value if the property exists (doesn't exist in all of them). i have some base-classes which the app normally uses, one with a pre-put-hook that sets certain values, but that MUST NOT happen for the migration.
at first, i thought i would use some batch tasks for each kind, that would query all entities, and if "badProp" in entity._properties, then change it, and put(). but the put() would again call the pre-put-hook
on the other hand, i can't just use a different base-class, or a generic model (e.g. polymodel), because i want to preserve the entity objects as they are (except of that property value)
Mercanyin joined the channel
yaraju joined the channel
yaraju has quit
Mercanyin has quit
Slyder joined the channel
maarten joined the channel
maarten
Hi are there any issues on deploying to app engine?
jonno11_ has quit
Cust0sLim3n has quit
Cust0sLim3n joined the channel
anix
maarten, not at all. every few months i experience some temporary issues with deploying, mostly that it tells me that the deployment succeeded, but i may not immediately see the new version live
Trii joined the channel
Cust0sLim3n has quit
Cust0sLim3n joined the channel
maarten has quit
yaraju joined the channel
Trii has quit
telex joined the channel
tiwula joined the channel
Trii joined the channel
nciardo joined the channel
alesj has quit
gouzenko joined the channel
gouzenko has quit
Zalabinsky joined the channel
eRadical has quit
netrino has quit
meniv joined the channel
nciardo_ joined the channel
jungly has quit
netrino joined the channel
jungly joined the channel
jungly has quit
netrino1 joined the channel
netrino has quit
obino has quit
slugmandrew has quit
slugmandrew joined the channel
gouzenko joined the channel
obino joined the channel
Muzer joined the channel
Trii has quit
josie joined the channel
Trii joined the channel
xplatten joined the channel
gouzenko has quit
netrino joined the channel
jeffr has quit
Trii has quit
chipotle joined the channel
yaraju has quit
Trii joined the channel
philophil_ joined the channel
philophil_
hello, i need to install gsutil from google storage on a linux debian distribution (testing), the command tar xfz gsutil.tar.gz -C $HOME does not create a directory, i have python 2.7 installed, did i miss something ?
jeffr joined the channel
Trii
philophil_ this channel is about google app engine and the app engine sdk. I doubt you'd get anyone familiar with that tool here.
philophil_
Trii, thanks for the information
philophil_ has left the channel
josie has quit
alesj joined the channel
josie joined the channel
Cust0sLim3n has quit
chipotle
Trii: how did he end up in here???
does that happen a lot
talisein has quit
aretecode joined the channel
talisein joined the channel
meniv joined the channel
chipotle has left the channel
telex joined the channel
Cust0sLim3n joined the channel
lgr joined the channel
Trii has quit
meniv has quit
gouzenko joined the channel
Ronyrun joined the channel
meniv joined the channel
Jimin joined the channel
Jimin is now known as Guest62071
Guest62071
Anyone experienced with Blobstore API? I need a way to store images uploaded from my website and get URL for this image.
I am wondering if Blobstore API is what I should be looking at. I need a way to achieve this from Java Servlet and Google's page says this way of doing it is "deprecated"
gouzenko has quit
josie has quit
Strom
Guest62071, that's what I've used but yeah, apparently it's deprecated