Tagged Questions

86
votes
12answers
7k views

Feedback on using Google App Engine? [closed]

Looking to do a very small, quick 'n dirty side project. I like the fact that the Google App Engine is running on Python with Django built right in - gives me an excuse to try that platform... but my ...
67
votes
14answers
31k 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 ...
27
votes
7answers
3k 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 ...
23
votes
6answers
6k views

Django Templates and variable attributes

I'm using Google App Engine and Django Templates. I have a table that I want to display the objects look something like: Object Result: Items = [item1,item2] Users = ...
22
votes
5answers
4k views

Django and App Engine

I wanted to check the status of running Django on the Google App Engine currently and what the benefits of running django on GAE over simply using Webapp. Django main killer feature, IMHO, is the ...
20
votes
4answers
3k views

Is BigTable slow or am I dumb?

I basically have the classic many to many model. A user, an award, and a "many-to-many" table mapping between users and awards. Each user has on the order of 400 awards and each award is given to ...
18
votes
9answers
8k views

Blog engine for Google App Engine [closed]

I'm looking for some blog engine on this platform. Something like Wordpress. I don't need many options and features, but I need a ready solution. Thanks in advance.
15
votes
2answers
1k views

DRY URL's in Django Javascript

I'm using Django on Appengine. I'm using the django reverse() function everywhere, keeping everything as DRY as possible. However, I'm having trouble applying this to my client-side javascript. There ...
15
votes
4answers
1k views

Should I use google-app-engine-django or app-engine-patch or neither or something else?

Do I need either to make Django easier to use on GAE? Anyone had good or bad experience of either or any equivalent? Is there much difference between these? Which is easier to use? Regards Geoff
14
votes
7answers
12k views

Django + Pydev/Eclipse + Google App Engine - possible?

Has anyone been able to get Google App Engine/Django working in Pydev/Eclipse? I tried this but had difficulty getting Pydev to recognize all of the externally linked folders (django plugins) that I ...
12
votes
3answers
3k views

Facebook, Django, and Google App Engine

I'm experimenting with app-engine-patch (Django for GAE) on Google App Engine. And I would like to write a Facebook application. Is it possible to use PyFacebook and its middleware? Or is there some ...
11
votes
8answers
1k views

GAE and Django: What are the benefits?

Currently I have a website on the Google App Engine written in Google's webapp framework. What I want to know is what are the benefits of converting my app to run with django? And what are the ...
10
votes
5answers
2k views

webapp, tipfy or django on google app engine

which one are you using on google app engine? what were the reasons behind your decision?
10
votes
1answer
2k views

Django 1.1 on Google App Engine

I am trying to get Django 1.1 working on Google App Engine. I followed instructions but, they didn't work. I get this error message: ImportError: Could not import settings 'settings' (Is it on ...
10
votes
6answers
10k views

Turbogears 2 vs Django - any advice on choosing replacement for Turbogears 1?

I have been using Turbogears 1 for prototyping small sites for the last couple of years and it is getting a little long in the tooth. Any suggestions on making the call between upgrading to Turbogears ...
10
votes
4answers
2k views

Django on Google App Engine

How much of a pain is it to run a Django App on App Engine? Also, does the Datastore work as-is with Django?
10
votes
4answers
10k views

Django Template Variables and Javascript

When I render a page using the Django template renderer, I can pass in a dictionary variable containing various values to manipulate them in the page using {{ myVar }}. Is there a way to access the ...
9
votes
4answers
1k views

Migrating Django Application to Google App Engine?

I'm developing a web application and considering Django, Google App Engine, and several other options. I wondered what kind of "penalty" I will incur if I develop a complete Django application ...
8
votes
8answers
3k 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 ...
8
votes
3answers
3k views

Django Custom Template Tags In Google App Engine

I am trying to include the following Tag In Google App Engine Web Application: http://www.djangosnippets.org/snippets/1357/ Is there any configuration of this file to make it work with Google App ...
8
votes
6answers
3k views

Is Google App Engine better than Webfaction for a beginner in Django dev?

I am a beginner in developing websites by Django. I run small discussion websites similar to SO. I have an account at Bluehost which has been a nightmare in developing by Django. I have found that ...
7
votes
5answers
2k views

Django + Google App Engine: app engine helper for django or use_library?

There seem to be 2 ways to use django 1.1 with GAE Google App Engine helper for django The new use_library() function We currently use the first. Should we switch? And what's the difference ...
7
votes
3answers
2k views

GAE + Django. app-engine-patch or django-gae-helpers?

I'm building app using GAE and wanted to use Django for that. Which "patch" is better? app-engine-patch or django-gae-helpers? I mean functionality and future of them (will one of them die soon).
6
votes
2answers
2k views

TemplateDoesNotExist on python app-engine django 1.2 while template rendering relative paths

I'm running the 1.4.2 appengine SDK locally on a windows machine. I have an application running Django 0.96. The template rendering is using the django wrapper from ...
6
votes
1answer
5k views

UnicodeDecodeError : 'ascii' codec can't decode byte 0xe0 in position 0: ordinal not in range(128)

On one of my machines I have the error when I am working with google apps engine or django. For example: app.yaml application: demas1252c version: 1 runtime: python api_version: 1 handlers: - ...
6
votes
1answer
624 views

Google App Engine (python): TemplateSyntaxError: 'for' statements with five words should end in 'reversed'

This is using the web app framework, not Django. The following template code is giving me an TemplateSyntaxError: 'for' statements with five words should end in 'reversed' error when I try to render ...
6
votes
2answers
344 views

What are the advantages of using Django insead of app-engine's default web framework?

I'm building my first python app on app-engine and wondering if I should use Django or not. What are the strong points of each? If you have references that support your answer, please post them. ...
6
votes
1answer
601 views

Using Beaker on Google App Engine (Django)

How do we use Beaker to implement sessions on Google App Engine? (I say Beaker because gmemsess is short-lived, and therefore not suitable). There seem to be no examples online. We're using Django ...
6
votes
7answers
775 views

Is Google App Engine a worthy platform for a Lifestreaming app?

I'm building a Lifestreaming app that will involve pulling down lots of feeds for lots of users, and performing data-mining, and machine learning algorithms on the results. GAE's load balanced and ...
5
votes
3answers
359 views

Is it possible to use Django 1.2 on Google App Engine?

I want to use the in operator in my Google App Engine project which was introduced in Django 1.2: {% if "bc" in "abcdef" %} This appears since "bc" is a substring of "abcdef" {% endif %} I found ...
5
votes
3answers
402 views

Good examples of open source Google App Engine Django projects

I am looking for a good example of a Django / python based Google App Engine app to use a learning tool. I have seen some of the other posts and they are mainly Java based and not really what I am ...
5
votes
3answers
694 views

Google app engine bulkloader problem when using yaml autogenerated configuration and enities with numeric ID

QUESTION Please be kind I'm new to pytnon and appengine platform. Application uses django-norel, and I dont have access to model (and really I'm not that python proficient to backtrace how models ...
5
votes
1answer
331 views

How can I receive percent encoded slashes with Django on App Engine?

I'm using Django with Google's App Engine. I want to send information to the server with percent encoded slashes. A request like http:/localhost/turtle/waxy%2Fsmooth that would match against a URL ...
5
votes
4answers
2k views

Best full-text search for google-app-engine

did you know the best full-text search on gae ? thanks
5
votes
1answer
135 views

Can we use the ORM in GAE with Django now?

Given that django-nonrel has got JOINs working, does this mean we have M2M fields workable with Django now in GAE? What other current restrictions does Django have in GAE?
5
votes
2answers
504 views

app-engine-patch is dead. Now what is the best way to use Django on Google App Engine?

The app-engine-patch authors have officially marked this wonderful project as dead on their website. Over the last year a lot of people have asked what the best way to run Django on Google App Engine ...
5
votes
1answer
800 views

Implementing tags on Google App Engine

I've read the similar question on adding tags to a Django Blog model, where it mentions maintaining tags on the article as a StringList and a separate object to keep a count of these objects, which is ...
5
votes
4answers
2k views

How to get started with Sessions in Google App Engine / Django?

I'm new to Python / GAE / Django. I get that with GAE there are no in-memory sessions per se... but I think I want something equivalent. I read that Django sessions can be backed by BigTable or ...
5
votes
6answers
712 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 ...
5
votes
4answers
2k views

Best Django features that do work on Google App Engine?

I'm in the process of starting a new project on App Engine and Brandon's advice made me think. Many features of Django don't work on Google App Engine: the admin interface and the modeling framework ...
4
votes
2answers
171 views

Exception AttributeError message when using manage.py in django-nonrel for Google app engine

I'm using Python 2.7 and django-nonrel for running Django projects on Google app engine. I'm using version 1.6 of the Google app engine SDK. I run python manage.py syncdb or python manage.py deploy. ...
4
votes
1answer
152 views

Any app for i18n of models for django in appengine or non-sql?

I'm working in a project with django and GAE, but I need internationalization for models, I try with datatrans and django-model-i18n but both applications make a heavy use of sql in databases and ...
4
votes
1answer
242 views

i18n on google app engine 1.4.3 and django 1.2

I have found some tutorials that show how to use i18n on gae, but they assume django 0.96. Right now I don't have for example separate script for makemessages and I can't run manage.py. Has anyone ...
4
votes
1answer
1k views

Django 1.3 in appengine

Google appengine comes with django 0.96 by default. I am using app-engine-patch to use django 1.0 on GAE, I have heard about app-engine-nonrel. I am not sure how to use django 1.3 on GAE. Has anyone ...
4
votes
3answers
270 views

Speed comparison: server-generated HTML vs templates?

I'm using Google App Engine's version of Django templates in Python. Is there a major performance difference between putting loops in the template vs putting it in the python page handlers? For ...
4
votes
5answers
240 views

What's the next steps for moving from appengine to full django?

I'm super new to programming and I've been using appengine to help me learn python and general coding. I'm getting better quickly and I'm loving it all the way :) Appengine was awesome for allowing ...
4
votes
1answer
376 views

using GeoIP with django on appengine

I tried geodjango recently, and worked just fine for me, even without installing that C library. But when I used the same project in the appengine sdk, it fails whenever it tries to import the GeoIP ...
4
votes
3answers
789 views

How do I use Django 1.2 templates in my Google App Engine project?

Can anyone suggest a detailed resource for including django 1.2 templating in our GAE apps? So far I have found docs describing how to zip up the django files and add them to our project docs on ...
4
votes
2answers
79 views

Equivalent of objects.latest() in App Engine

What would be the best way to get the latest inserted object using AppEngine ? I know in Django this can be done using MyObject.objects.latest() in AppEngine I'd like to be able to do this class ...
4
votes
1answer
480 views

jQuery AJAX request gets called twice when using Jquery, Django and Google App Engine

I'm using Google App Engine, Jquery and Django. I want POST data to be sent to the server side when a form is submitted, and I do this in JQuery with the following code: ...

1 2 3 4 5 13