summaryrefslogtreecommitdiff
path: root/scripts/reset_db.sh
diff options
context:
space:
mode:
authorMadhusudan.C.S2011-01-17 05:32:59 +0530
committerMadhusudan.C.S2011-01-17 05:32:59 +0530
commit71e50ce5de87206e5a3dd7dbcf7cedc752941cba (patch)
tree84a3c24308d949ba6f54c666adda3c3a191b14a2 /scripts/reset_db.sh
parentac42b03421ec3af9a6b2a502a98c3dc49985a595 (diff)
downloadpytask-71e50ce5de87206e5a3dd7dbcf7cedc752941cba.tar.gz
pytask-71e50ce5de87206e5a3dd7dbcf7cedc752941cba.tar.bz2
pytask-71e50ce5de87206e5a3dd7dbcf7cedc752941cba.zip
Update the reset db script to seed profile also.
Diffstat (limited to 'scripts/reset_db.sh')
-rwxr-xr-xscripts/reset_db.sh2
1 files changed, 1 insertions, 1 deletions
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