1 - 10 of 40 Faves|
vote
3
Faved by: mike
Jul 14 2009 - via code.google.com

Another django port - supports the django admin interface.

1 FaverShareViewed: 2 Times
vote
4
Faved by: mike
Jun 30 2009 - via www.b-list.org

Django templatetags uses a little bit of magic to import the libraries from all the INSTALLED_APPS list in settings.py.

1 FaverShareViewed: 3 Times
vote
18
Faved by: mike
Jul 14 2009 - via code.google.com

Here's how to use Django 1.0 from AppEngine.

from google.appengine.dist import use_library
use_library('django', '1.0')

2 FaversShareViewed: 17 Times
vote
5
Faved by: mike
Oct 17 2008 - via code.google.com

Office Google AppEngine samples

1 FaverShareViewed: 4 Times
vote
6
Faved by: mike
Jun 15 2009 - via docs.djangoproject.com

Generic Views in Django

Quoted: Writing Web applications can be monotonous, because we repeat certain patterns again and again. In Django, the most common of these patterns have been abstracted into “generic views” that let you quickly provide common views of an object without actually needing to write any Python code.

1 FaverShareViewed: 5 Times
vote
5
Faved by: profeta04
Nov 06 2007 - via www.satchmoproject.com

Quoted: Satchmo, the django based ecommerce framework

3 FaversShareViewed: 4 Times
vote
8
Faved by: mike
Nov 22 2008 - via en.wikipedia.org

I nice wiki like markup language. Seems very similar to that used on Google Code hosted projects wiki. Django has an included filter to support Textile markup.

2 FaversShareViewed: 6 Times
vote
2
Faved by: falko
Jul 24 2008 - via www.howtoforge.com

This tutorial explains how to install Django on a Debian Etch server. Django is a web framework that allows to develop Python web applications quickly with as much automation as possible. I will use it with Apache2 and mod_python in this guide.

1 FaverShare
vote
16
Thumbnailclick to play
Faved by: mike
Sep 17 2008 - via www.youtube.com

The funniest talk I've seen on Django all day.

Quoted: Cal Henderson delivers keynote address: "Why I Hate Django"http://www.djangocon.org

1 FaverShareViewed: 15 Times
vote
7
Faved by: royleban
Sep 15 2008 - via www.onlamp.com

Didn't read this but it looks like an ok intro.

Quoted: A tutorial on Google's new App Engine, and a sample application which demonstrates the API and database capabilities.

2 FaversShareViewed: 5 Times

Page 1