Changes between Version 51 and Version 52 of SummerOfCode2006


Ignore:
Timestamp:
Apr 23, 2006, 6:08:58 PM (18 years ago)
Author:
Tai Lee
Comment:

added idea for dabbledb features in django admin

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2006

    v51 v52  
    7676 * Parametrized templates. Currently the only way to use the content of another template in a place that does not contain blocks is to include it. But that includes the whole template. It would be very nice if one could include blocks defined in other templates to be evaluated in a certain context. (this turned out to be harder to explain than I thought, basically what I'm saying is to introduce a new kind of block that works like a function, where you could call/import a block and pass it some parameters)
    7777
     78* add dabbledb (http://dabbledb.com/utr/) like functionality to the django admin. e.g. create a project and super user with one command line statement, fire up the development web server, and import/create/refine your model using live data from directly within the django auto admin.
     79
    7880 * ...
Back to Top