mike | Shared With: Everyone - Jul 14 2009 | django, python, appengine
Here's how to use Django 1.0 from AppEngine.
from google.appengine.dist import use_library
use_library('django', '1.0')ShareViewed: 17 Times
mike | Shared With: Everyone - Jun 30 2009 | python, django, templates
Django templatetags uses a little bit of magic to import the libraries from all the INSTALLED_APPS list in settings.py.
ShareViewed: 3 Times
mike | Shared With: Everyone - Jun 15 2009 | python, django, views
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.
ShareViewed: 5 Times
mike | Shared With: Everyone - Apr 09 2009 | django, python
Quoted: This is a living document of best practices in developing and deploying with the Django Web framework. These should not be seen as the right way or the only way to work with Django, but instead best practices we’ve honed after years of working with the framework.
ShareViewed: 3 Times
mike | Shared With: Everyone - Dec 04 2008 | django, python, development
A nice explanation of Django's core development process and issue ticket handling.
Quoted: Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
ShareViewed: 1 Time
mike | Shared With: Everyone - Dec 04 2008 | django, bookmarks, tags, pythonTag cloud for annotated bookmarks of Jacob Kaplan-Moss (of Django fame).
mike | Shared With: Everyone - Oct 29 2008 | python, django, http
mike | Shared With: Everyone - Oct 17 2008 | samples, appengine, python, djangoShareViewed: 4 Times
mike | Shared With: Everyone - Oct 16 2008 | python, framework, django
Quoted: Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
ShareViewed: 1 Time

Send Mike a friend request or a personal message instead.