Adding a field to the profile: Difference between revisions

Line 25:
Here's how you can check that it worked:
 
$ git log -1 # look at the most recent commit on the current branch
$ git log -1
commit f69d1801bad777b8bd495d166433879c21500069
Author: Asheesh Laroia <asheesh@openhatch.org>
Line 31:
profile/models.py: Remove unused field.
$ git branch # see what the current branch is named.
master
* tutorial
$
Anonymous user