About Archive Tag Cloud Translations RSS

You are writing a comment about Deploying django-springsteen on Google App Engine, here is a quick summary:

This articles covers the basics of creating a custom search vertical using django-springsteen and then deploying it on Google App Engine.


You are responding to this comment written by Anton on February 9th 2010, 04:08.

I use AppEngine framework - easy to use stack of applications for create projects on GAE (Google AppEngine).

In this project exists many useful applications like blog, articles, comments, etc.

Project have structure like Django, but with small useful changes.

Try it http://code.google.com/p/appengine-framework/

Regards!


Please be aware that comment forms go stale after one hour.





Comments may make use of LifeFlow MarkDown. Raw html will be escaped.


Quick Introduction to LifeFlow MarkDown Syntax

A highlighted code block:

@@ ruby
def a (b, c):
  b * c
end
@@

Other common languages work as well: scheme, python, java, html, etc.

Other markdown syntax:

 ### This is an h3 title
#### This is an h4 title
**this is bold**
*this is italics*

1. This is an
2. ordered list

* And an unordered
* list too

[this is a link](http://www.lethain.com/ "Lethain")