Skip to content

Commit

Permalink
znick#336 moved create_test_data to generate_test_db
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailyumanov committed Mar 21, 2021
1 parent 30b561b commit 85ba8c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deploy_local_beta/deploy_local_beta_python2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ ANYBETA_report
ANYBETA_report "Create test database"
$ANYBETA_DEPLOY/generate_test_db.sh
ANYBETA_crash_on_error
$ANYBETA_ROOT/anytask/manage.py create_test_data
ANYBETA_crash_on_error

ANYBETA_report
ANYBETA_report "Deploy completed!"
Expand Down
3 changes: 3 additions & 0 deletions deploy_local_beta/generate_test_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ echo 'from django.contrib.auth.models import User ; user=User.objects.get(userna
ANYBETA_crash_on_error

ANYBETA_report "Login: anytask\n Password: pass"

$ANYBETA_ROOT/anytask/manage.py create_test_data
ANYBETA_crash_on_error

0 comments on commit 85ba8c8

Please sign in to comment.