예제 #1
0
    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')
예제 #2
0
파일: views.py 프로젝트: OleksiiZhmyrov/dpq
def ci_sync_desk_check_data(request):
    update_sprint_goals()
    return HttpResponse("OK")