Adding a field to the profile: Difference between revisions

imported>Paulproteus
imported>Paulproteus
Line 56:
Now we know what we want to see changed, but we still have to figure out what files to modify.
 
One way to find that out is to be ''methodical'': we can readopen the urls.py file thatin a text editor. Since it maps web URLs into Python code that gets run, it is the starting point of how requests get dispatched in the OpenHatch source. PersonallyThen you open up the appropriate view, Ifind preferthe totemplate justfile it loads, and then you'll know what to searchedit.
 
Honestly, that sounds like a lot of work. I usually just ''search'' instead.
 
The OpenHatch code can seem to be a sprawling mess. We'll use the "git grep" command to search it. (To read about git grep, type "git grep --help" into your terminal. It will probably open a full-screen window; you can quit that by typing ''q''.)
Anonymous user