def handle(self, *args, **options): self.stdout.write('Updating stories status on Stories vs Goals KB page') try: update_sprint_goals() except CommandError: self.stdout.write('Error while updating stories status on Stories vs Goals KB page')
def ci_sync_desk_check_data(request): update_sprint_goals() return HttpResponse("OK")