Tagged Questions

6
votes
6answers
243 views

Why use Django on Google App Engine?

When researching Google App Engine (GAE), it's clear that using Django is wildly popular for developing in Python on GAE. I've been scouring the web to find information on the costs and benefits of …
1
vote
2answers
56 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
2answers
51 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 …
4
votes
6answers
241 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 …
1
vote
1answer
34 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 …
0
votes
2answers
24 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
5answers
65 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 …
0
votes
2answers
16 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 …
0
votes
0answers
29 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 …
1
vote
1answer
34 views

In Django (on Google App Engine), should I call main.py when running Unit Tests?

I have a Django application on the Google App Engine, and I would like to start writing unit tests. But I am not sure how to set-up my tests. When I run my tests, I get the following error: …
1
vote
1answer
61 views

App Engine model filtering with Django

hi i am using django app engine patch i have set up a simple model as follows class Intake(db.Model): intake=db.StringProperty(multiline=False, required=True) #@permerlink def …
1
vote
2answers
73 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
1answer
36 views

manage.py syncdb on windows for Google App Engine Patch does not work

I have installed Google App Engine patch and I get the following error when I want to sync the DB Command on command prompt on windows manage.py syncdb The Google App Engine SDK could not be …
0
votes
2answers
35 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
4answers
60 views

django app with app engine on windows

I'm trying to install app engine with django 1.1 on windows. When launching the app engine I'm getting the following error: http://slexy.org/view/s21oLrbkHh The steps I do are: 1.) Create new app …

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