Skip to content
Snippets Groups Projects
Commit e23b2ea7 authored by Alexa Valentová's avatar Alexa Valentová
Browse files

(TODO in progress) remove redmine program blocks for now

parent 8fc25aae
No related branches found
No related tags found
2 merge requests!994Release,!991Run hooks, remove (for now) redmine program block updates
Pipeline #18573 passed
......@@ -13,8 +13,10 @@ class Command(BaseCommand):
"""
self.stdout.write("Updating Redmine issues...")
for page in DistrictProgramPage.objects.all():
fill_data_from_redmine_for_page(page)
page.save()
# TODO
# for page in DistrictProgramPage.objects.all():
# fill_data_from_redmine_for_page(page)
# page.save()
self.stdout.write("\nUpdating Redmine issues finished")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment