ebmdatalab / openprescribing-data

Seed data for openprescribing
6 stars 2 forks source link

A deploy should update measure definitions automatically #9

Closed sebbacon closed 7 years ago

sebbacon commented 7 years ago

Currently, when measure definitions change, it requires something like the following to update them on the website (in addition to a deploy):

python manage.py import_measures --definitions_only --measure ktt9_antibiotics --month 2016-06-01

This (or similar) should be handled by the deploy script automatically