Posted
almost 15 years
ago
by
[email protected]
(Stuart Grimshaw)
Bit of a strange problem this, I can't access any models I create in the app from the shell (./manage.py shell). When I start the shell, I get this warning: 2010-01-19 16:25:15,394 WARNING [datastore_file_stub.py, __ReadPickled: 483] Could not
|
Posted
almost 15 years
ago
by
[email protected]
(aschmid)
hi all, i started playing around with app-engine-patch 2 weeks ago and now i want to deploy my app but im still not understanding some stuff. if i set up a model with a lets say imagefield i do image = db.BlobProperty and the upload form shows up in the admin and when i save the model i dont get any error. but i cant find or retrieve the
|
Posted
almost 15 years
ago
by
[email protected]
(gab.lan)
I'm using the app-engine-patch to have a better integration with Django. I'm trying to input a character/inventory relation but something is going wrong and I'm getting stuck. Each time I 'submit' the form I get a `ValidationError` when processing the view, the exact point is when instantiating the inline formset,
|
Posted
about 15 years
ago
by
[email protected]
(Andrew Bialecki)
I'm trying to play with GAE and Facebook connect integration. It seems like others have easily configured them, but I'm having some trouble setting it up. I've downloaded the sample app and that works great. Then I got the PyFacebook code from
|
Posted
about 15 years
ago
by
[email protected]
(Adam Oakman)
Hoping someone might be able to shed some light on what is wrong with this. I am storing a list of 5 Objects in my datastore as a pickle in a blob field and then trying to unpickle them and loop over them in my template. In my model I have declared a field: negative_pages = db.Blob Then I write my data to the field with:
|
Posted
about 15 years
ago
by
[email protected]
(Waldemar Kornewald)
Cross-replying to Django non-relational discussion group because this could be useful, here, too. We want to blog about what is necessary for porting from aep, but we won't write a DB migration utility, for example. That's of course a nice way to contribute. Also, ForeignKey (Django's ReferenceProperty) doesn't store a db.Key,
|
Posted
about 15 years
ago
by
[email protected]
(Sviatoslav Sviridov)
Hi, I'm trying to create new application with app-engine-patch sample app. I need to use session handling. I'm trying to use django's session handling and I get error 'dict' object is not callable when setting some value to session, like request.session['key'] = 'value' I'm new to appengine and django, so probably I did something wrong.
|
Posted
about 15 years
ago
by
wkornewald
|
Posted
about 15 years
ago
by
wkornewald
|
Posted
about 15 years
ago
by
wkornewald
|