Skip to content

Commit

Permalink
Merge pull request #3445 from learningequality/rtibbles-patch-2
Browse files Browse the repository at this point in the history
Add makefile target for set_default_learning_activities
  • Loading branch information
rtibbles committed Jul 7, 2022
2 parents b6a81e0 + 246e655 commit cdbab37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ setup:
filedurations:
python contentcuration/manage.py set_file_duration

learningactivities:
python contentcuration/manage.py set_default_learning_activities

export COMPOSE_PROJECT_NAME=studio_$(shell git rev-parse --abbrev-ref HEAD)

purge-postgres:
Expand Down

0 comments on commit cdbab37

Please sign in to comment.