11
I Use This!
Activity Not Available

News

Posted about 14 years ago by [email protected] (edgimar)
I don't know if this has already been discussed somewhere, but when I attempt to edit/add a model instance via the django admin interface, I get a standard "500 Server Error" error page, whereas with DEBUG=True, I can add/remove/modify model instances with no error. When DEBUG=False, then I can still log into the main django admin page, and
Posted about 14 years ago by [email protected] (Dan Frankowski)
Our app just started getting an error at 12:50pm pacific time: TypeError: getCached() got an unexpected keyword argument 'rpc' See the stack trace below (with our app name replaced with "our_app"). We're running app-engine-patch 1.0, but the app has been working for over a month without error, and we haven't changed a thing. What's
Posted over 14 years ago by [email protected] (eng. Ilian Iliev)
Hi all, as described in the documentation here([link] engine-patch/wiki/MediaGenerat or) I`m serving the images trough media generator. The problem is that these images are not cached and all of the are loaded every time I load a page from my application. Is there a built in option that enables caching
Posted over 14 years ago by [email protected] (Stuart Grimshaw)
Is there any way to add extra info into site_data? I have an app that uses Facebook connect, and in order to make it work in dev and in production I need to give facebook a different URL. site_data seems the obvious place to put it so I can access it from the javascript that communicates with Facebook.
Posted over 14 years ago by [email protected] (Johannes Ammon)
Hi! I'm building an application using app-engine-patch on gae. I tested it in the development environment thoroughly and everything seems fine. But my index.yaml contains only the django-admin-log entries and stays otherwise pristine: ------------------- indexes: - kind: django_admin_log properties:
Posted over 14 years ago by [email protected] (Stuart Grimshaw)
Has anyone got "django.contrib.contenttypes.m odels.ContentType" working under app-engine-patch? I'm trying to use django-tagging and it's struggling with this error: Exception Value: ForeignKey(<class 'django.contrib.contenttypes.m odels.ContentType'>) is invalid. First parameter to ForeignKey must be either a model, a
Posted over 14 years ago by [email protected] (Sviatoslav Sviridov)
Hi all, Can anybody please give a hint how to make "manage.py cleanup" working on app-engine-patch? It does not work for me and throws an exception. I have logged the exception here: [link] Thanks.
Posted over 14 years ago by [email protected] (Ruben)
Hello, I was looking for a way to allow users to upload images. [link] The above snippet is hopefully pointing into the right direction. It is not however a fully working example. It would be great if someone could add the models.py, views.py, forms.py, and templates which make
Posted over 14 years ago by [email protected] (Yoav Aviram)
Anyone successfully using deferred.defer with app-engine-patch? If so please share.
Posted over 14 years ago by [email protected] (ekampf)
I have two models: Activity and Place. The Activity model has a ReferenceProperty to the Place model. This was working fine until the Place table started growing and now when trying to edit an Activity via django admin I get a memory error from Google (it doesnt happen if I remove that field from the Activity