Adding a field to the profile: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 6: Line 6:


This tutorial walks you through adding that feature to the November 17, 2010 version of the OpenHatch code.
This tutorial walks you through adding that feature to the November 17, 2010 version of the OpenHatch code.

= Introduction and prerequisites ==


Together, we will change the OpenHatch source code, which builds on top of Django and Python. You'll see how to go all the way from a new feature idea to making and testing the change. On the way, you'll see how to search, study, and test your code.
Together, we will change the OpenHatch source code, which builds on top of Django and Python. You'll see how to go all the way from a new feature idea to making and testing the change. On the way, you'll see how to search, study, and test your code.