diff options
author | Madhusudan.C.S | 2011-01-17 05:32:59 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2011-01-17 05:32:59 +0530 |
commit | 71e50ce5de87206e5a3dd7dbcf7cedc752941cba (patch) | |
tree | 84a3c24308d949ba6f54c666adda3c3a191b14a2 /scripts/reset_db.sh | |
parent | ac42b03421ec3af9a6b2a502a98c3dc49985a595 (diff) | |
download | pytask-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-x | scripts/reset_db.sh | 2 |
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 |