From 71e50ce5de87206e5a3dd7dbcf7cedc752941cba Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Mon, 17 Jan 2011 05:32:59 +0530 Subject: Update the reset db script to seed profile also. --- scripts/reset_db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/reset_db.sh') diff --git a/scripts/reset_db.sh b/scripts/reset_db.sh index 057cf92..51568ca 100755 --- a/scripts/reset_db.sh +++ b/scripts/reset_db.sh @@ -10,4 +10,4 @@ rm -r pytask/taskapp/migrations/ ./bin/django migrate profile ./bin/django migrate taskapp ./bin/django loaddata sites_fixture.json - +./bin/django loaddata profile_fixture.json -- cgit