Skip to content
Snippets Groups Projects

Release

Merged Alexa Valentová requested to merge test into master
1 file
+ 5
3
Compare changes
  • Side-by-side
  • Inline
@@ -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")
Loading