logging? messages
Developer Goodies:
management commands… that make management commands!
Graph all the things!
shell_plus to autoload models.
HTML5 form components. Client side validation
Bootstrap compatible output
Programmatically layout forms
(Yes, I cheated. That’s two apps in one bullet point.)
API to multiple backend search engines.
Want a search box?
"More like this?" links automatically?
Suggest misspelled words?
Highlight the searched term in the results?
Haystack will set you up
Easily create RESTful api for your Django models.
Automatic urls and views
create a tree of JSON data
provided views to handle PUT, POST, DELETE.
You want this to interact with Javascript (esp. new frameworks like Ember, Angular, etc).
Or: Give others an API for your site.
This is a big one.
Spin off tasks to separate worker processes.
Can I just punt on explaining this?
Resize images from template tags
<img src="{% thumbnail profile.photo 50x50 %}" alt="" />
Edit history and undo for your models with admin support.
A prettier admin skin. Plus cool stuff like:
create custom dashboards
drag-n-drop ordering of records in the admin
autocomplete lookups for ForeignKeys
registration
appointments
tagging
menus
calendars
mapping
and so on…
http://blog.csdn.net/thinkinside/article/details/7249001
http://www.cnblogs.com/huafeng/p/3271429.html
https://docs.djangoproject.com/en/1.5/ref/class-based-views/generic-display/
http://djangobook.py3k.cn/2.0/chapter11/
https://github.com/estudepy/mutiraopy_django_twitterbootstrap
http://pinaxproject.com/
http://blog.chedushi.com/archives/4490