# HG changeset patch # User Madhusudan.C.S # Date 1295222579 -19800 # Node ID 10f16121a46be41896fe4811a40507232bdd4272 # Parent 56ea209e559face8497fe9f41a4411c9dbc43a6e Update the reset db script to seed profile also. diff -r 56ea209e559f -r 10f16121a46b profile_fixture.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/profile_fixture.json Mon Jan 17 05:32:59 2011 +0530 @@ -0,0 +1,1 @@ +[{"pk": 1, "model": "profile.profile", "fields": {"dob": "1987-05-22", "gender": "Male", "aboutme": "", "address": "sdsadad", "phonenum": "", "role": "Administrator", "user": 1, "full_name": "vdvdvdvdv", "pynts": 0}}] \ No newline at end of file diff -r 56ea209e559f -r 10f16121a46b scripts/reset_db.sh --- a/scripts/reset_db.sh Mon Jan 17 04:37:07 2011 +0530 +++ b/scripts/reset_db.sh Mon Jan 17 05:32:59 2011 +0530 @@ -10,4 +10,4 @@ ./bin/django migrate profile ./bin/django migrate taskapp ./bin/django loaddata sites_fixture.json - +./bin/django loaddata profile_fixture.json