We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c8b50 commit 88242c1Copy full SHA for 88242c1
2 files changed
guide/management/commands/update_all.py
@@ -6,4 +6,6 @@ class Command(BaseCommand):
6
7
def handle(self, *args, **options):
8
update_data_CMS()
9
+ self.stdout.write(self.style.SUCCESS('Successfully updated object data\n'))
10
update_hours_CMS()
11
+ self.stdout.write(self.style.SUCCESS('Successfully updated hours data\n'))
guide/services/__init__.py
0 commit comments