Tagged Questions

4
votes
7answers
461 views

should I drop Google App Engine?

I am developing some kind of financial market simulation on GAE. Although I have attained much progress, I have begun to consider dismissing GAE and going for a Django + rdbms solution for the last …
0
votes
2answers
38 views

Having trouble importing middleware classes in App Engine / Django

Trying to get facebook connect to work on app engine, and so I'm following these instructions: http://www.slideshare.net/mrtrosen/lab305-django-facebook-connect-integration-example One of the steps …
1
vote
2answers
52 views

On the google app engine, why does my ‘import’ statement fail on Live, but work on Dev(localmachine)?

I have a python/django application that runs on the google app engine. My views.py file has some imports... from commands.userCommands import RegisterUserCommand from commands.accountCommands import …
0
votes
5answers
60 views

WMD Preview Doesn’t Match Output

I am using WMD in a google app situation whereby the site administrator can update the pages of the site and the users see the information. The preview function is working fine and I can see the …
1
vote
1answer
33 views

Why can’t I see any data in the Google App Engine *Development* Console?

I run my google app engine application in one of two ways... Directly by using the application from http://localhost:8080 Or execute unit tests from http://localhost:8080/test When I create …
9
votes
7answers
5k views

What CMS runs on Google App Engine?

Is it possible to deploy any CMS (Content Management System) using Google App Engine? Wikipedia lists 4 Python CMSes and one of them is Django based. Do you know any way to make any of them to work …
0
votes
2answers
23 views

GAE: Using properties for keys() in ModelChoiceProperty boxes

I have a model User which appears as a ReferenceProperty in another model, Group. When I create a form for Group, using Meta, the form's values contain lots of generated strings. I'd like to stop …
0
votes
0answers
28 views

gae python optimization: django filter for language support

Hi, I have a filter that I use for lang support in my webapp. But when I publish it to gae it keeps telling me that it the usage of CPU is to high. I think I located the problem to my filters I use …
0
votes
1answer
129 views

Can’t get current user for AJAX requests in App Engine

I'm using Django+Appengine on a page that has both a normal HTML request to get the page, and an AJAX request using jQuery. On normal requests, it loads the current user and session information just …
4
votes
6answers
220 views

Google App Engine Application Extremely slow

I created a Hello World website in Google App Engine. It is using Django 1.1 without any patch. Even though it is just a very simple web page, it takes long time and often it times out. Any …
0
votes
2answers
15 views

What are the corresponding Django form classes rendered by default for each Google App Engine data entity?

Django lays out the mapping of Django model data types to Django form widgets nicely here, but I can't find a similar mapping for Google App Engine data types. For instance what does a …
1
vote
2answers
67 views

How do I import the render_to_response method from Django 1.1 inside of Google App Engine?

I'm a Python newbie, so I'm sure this is easy. Here's the code in my main.py: import os os.environ['DJANGO_SETTINGS_MODULE'] = 'settings' from google.appengine.dist import use_library …
0
votes
2answers
33 views

App Engine Authentication Error

I have an app hosted by google app engine, and I am having trouble with authentication. When I login using my admin account and try to access the admin page or members pages, I just get a blank …
0
votes
2answers
236 views

Could not import Django settings into Google App Engine

Hello all you Google App Engine experts, I have used Django a little before but am new to Google App Engine and am trying to use it's development web server with Django for the first time. I …
0
votes
1answer
98 views

app-engine patch - how do Iget Django system error messages in foreign languages?

Bonjour, Guten Morgen, Merhaba etc etc Has anyone used foreign languages with app-engine-patch? I am on version 1.1 In settings.py I have: ....... Enable I18N and set default language USE_I18N = …

1 2 3 4 5 9 next
15 30 50 per page