Update the reset db script to seed profile also.
--- /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
--- 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