Changes between Version 19 and Version 20 of SummerOfCode2006
- Timestamp:
- Apr 19, 2006, 10:53:25 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2006
v19 v20 20 20 == Ideas == 21 21 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. 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. 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. 23 23 24 24 * Take the example application from "Agile Web Development with Rails" and redo it in Django. … … 30 30 * Build a public repository for reusable Django applications. 31 31 32 * Create demonstration screencasts for Django milestone:1.033 34 32 * Create Django packages for Linux (various), FreeBSD (There already is one www/py-django), OS X (Fink and Darwinports), etc. 35 33 … … 38 36 * Smooth deployment for servers other than Apache/mod_python. 39 37 40 * Add a reusable search component 38 * Add a reusable search component. 41 39 42 40 * Add support for (sane) model updates involving ALTER TABLE. (See SchemaEvolution). 43 41 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). 45 43 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. 53 45 54 46 * ...