Changes between Version 19 and Version 20 of SummerOfCode2006


Ignore:
Timestamp:
Apr 19, 2006, 10:53:25 AM (18 years ago)
Author:
pb@…
Comment:

cleanup related to coding-only requirement

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2006

    v19 v20  
    2020== Ideas ==
    2121
    22 Here are some suggestions for projects students may want to propose (lazyweb: please add to this list!). This isn't by any means the be-all and end-all of ideas; please feel free to submit proposals for things not on this list.
     22Here are some suggestions for projects students may want to propose (lazyweb: please add to this list!). This isn't by any means the be-all and end-all of ideas; please feel free to submit proposals for things not on this list. Note that the SOC '''does not cover activities other than coding''', so certain ideas ("Write a more detailed tutorial" or "Create demonstration screencasts" or "Add a [http://jifty.org/view/HomePage pony]") are not suitable for inclusion here.
    2323
    2424 * Take the example application from "Agile Web Development with Rails" and redo it in Django.
     
    3030 * Build a public repository for reusable Django applications.
    3131
    32  * Create demonstration screencasts for Django milestone:1.0
    33 
    3432 * Create Django packages for Linux (various), FreeBSD (There already is one www/py-django), OS X (Fink and Darwinports), etc.
    3533
     
    3836 * Smooth deployment for servers other than Apache/mod_python.
    3937
    40  * Add a reusable search component
     38 * Add a reusable search component.
    4139
    4240 * Add support for (sane) model updates involving ALTER TABLE. (See SchemaEvolution).
    4341
    44  * File explorer for MEDIA_ROOT in the admin: browsing and making directories, uploading files, making thumbnails with programmable "PIL modes" (i.e. adding borders, overlaying png's)
     42 * File explorer for MEDIA_ROOT in the admin: browsing and making directories, uploading files, making thumbnails with programmable "PIL modes" (i.e. adding borders, overlaying png's).
    4543
    46  * Add a [http://jifty.org/view/HomePage pony].
    47 
    48  * [http://fridge.ubuntu.com/files/no-pony-for-you.jpg a pony]?
    49 
    50  * Implement ModelInheritance
    51 
    52  * Write a more detailed tutorial  -- ''SoC does not allow students to other things than coding (se the faq for details). EspenG''
     44 * Implement ModelInheritance.
    5345
    5446 * ...
Back to Top