Differences between revisions 1 and 2
Revision 1 as of 2005-07-16 07:42:08
Size: 752
Editor: ZoomQuiet
Comment:
Revision 2 as of 2005-07-16 07:42:30
Size: 751
Editor: ZoomQuiet
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:

The Django framework
''' DjanGo 平台 '''

DjanGo 平台

  • Object-relational mapper

Define your data models entirely in Python. You get a rich, dynamic database-access API for free — but you can still write SQL if needed.

  • URL dispatcher

Design pretty, cruft-free URLs with no framework-specific limitations. Be as flexible as you like.

  • Template system

Use Django's powerful and extensible template language to separate design, content and Python code.

  • Cache system

Hook into memcached or other cache frameworks for super caching — as granularly as you need.

  • Automatic admin interface

Save yourself the tedious work of creating interfaces for people to add and update content. Django does that automatically.

DjangoAbt (last edited 2009-12-25 07:08:54 by localhost)