Changes between Initial Version and Version 1 of SummerOfCode2010


Ignore:
Timestamp:
Feb 8, 2010, 12:26:40 PM (14 years ago)
Author:
Alex Gaynor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2010

    v1 v1  
     1= Google's Summer of Code 2010 =
     2
     3Django is once again applying to be a sponsoring organization for the [http://code.google.com/soc/ 2010 Google Summer of Code]. (Read Google's page for more information on how the program works.)
     4
     5Django's SoC program is being run by Jannis Leidel (jannis /at/ leidel /dot/ info).
     6
     7== Mentors ==
     8
     9If you're interested in mentoring -- supervising a student in work on Django-related activities -- add your name and email here:
     10
     11 * Your Name (Your Email)
     12
     13== Students ==
     14
     15Student applications open March 29 and end on April 9.
     16
     17If you'd like to get started on your proposal early, we'll be looking for a few things.  You'll need to have a concrete task in mind (some ideas are below) along with a solid idea of what will constitute "success" (you tell us).  We'll want to know a bit about you -- links to previous work are great, if any.  You'll also need to provide us with a rough schedule of milestones so your mentor can know if and when to nag you :)
     18
     19Note that none of the ideas below are good enough to be submissions in their own right (so don't copy and paste)!  We'll want to know not just ''what'' you want to do but ''how'' you plan to pull it off.
     20
     21And don't feel limited to the ideas below -- if you've got a cool project you want to work on, we'll probably be able to find you a mentor.  We plan on approving as many projects as we possibly can.
     22
     23'''Note: we're looking for projects that add value to Django itself - ''not'' application/CMS projects that use Django.'''
     24
     25== Communication ==
     26
     27The [http://groups.google.com/group/django-gsoc django-gsoc] Google Group has been setup to facilitate communication between students and mentors in the GSoC efforts.
     28
     29
     30== Ideas ==
     31
     32Here 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.
     33
     34Try to scope ideas/proposals to the 4-month timeline -- simply proposing to fix a ticket or two will probably result in your proposal being rejected in favor of a more ambitious one.  The SOC '''does not cover activities other than coding''', so certain ideas ("Write a more detailed tutorial" or "Create demonstration screencasts" or "[wiki:AddAPony Add a pony]") are not suitable for inclusion here.
     35
     36On the other side, though, be sure to be concrete in your proposal. We'll want to know what your goals are, and how you plan to accomplish them.
     37
     38In no particular order:
     39 * Template compilation
     40 * #3011 (auth User enhancement)
     41 * Your idea here
Back to Top