Skip to content

Commit

Permalink
Merge pull request kaleidos-ventures#56 from taigaio/bameda-patch-1-1
Browse files Browse the repository at this point in the history
Remove loaddata initial_roles and add rebuild_timeline
  • Loading branch information
jespino authored Oct 20, 2017
2 parents 8ae43d7 + 7a87ae0 commit e78b9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-backend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ if [ ! -e ~/taiga-back ]; then
python manage.py collectstatic --noinput
python manage.py loaddata initial_user
python manage.py loaddata initial_project_templates
python manage.py loaddata initial_role
python manage.py sample_data
python manage.py rebuild_timeline --purge

deactivate
popd
Expand Down

0 comments on commit e78b9c4

Please sign in to comment.