Adding a field to the profile: Difference between revisions

Undo revision 18879 by 86.51.26.15 (talk)
imported>Jacquiesue
No edit summary
imported>Brittag
(Undo revision 18879 by 86.51.26.15 (talk))
 
(3 intermediate revisions by 3 users not shown)
Line 25:
== Getting the source ==
 
All the sample code in this walkthrough refers to version '''d56a354''' of the OpenHatch source. To make sure the code is in line with what you expect, follow the instructions on the [[http://openhatch.readthedocs.org/en/latest/contributor/getting_started.html getting started with the OpenHatch code]] page. But right after you do the "git clone", do these commands:
 
$ git checkout d56a354 # Switch to that revision
Line 35:
<b>TODO: before continuing need to setup the DB for older version of code that you are trying to run</b>
The command is: <code>python manage.py migrate #####</code>
<b>How to determine what ##### should be ? (bug paulproteus on IRC)</b>
 
$ git log -1 # look at the most recent commit on the current branch
Anonymous user