Pedro Assunção

Django in AppEngine

It’s as easy as following this article: http://code.google.com/appengine/articles/django.html.

A couple of notes, though:

– There is a maximum of 1000 files, so if you ship django with the app, strip it out of the non-essentials (the article mentions a few, but there are others you can get rid of);

- On the urls.py files you cannot put the name of the project (like project.app.views.index). Instead, start the references from the application name (app.views.index).

Related:

  1. Django helper for appengine As it turns out, there is a helper project for...
  2. Django: Reverse HTTP redirect with parameters Here’s how to, from a view, redirect to another URL...


Categorised as: Uncategorized


Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>