Top Commentators

  • Two guys and a Beer - Episode 85
  • Jam Session 2
  • Two guys and a Beer - Episode 84

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...

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>