Skip to content

Commit 88242c1

Browse files
author
drew
committed
Add init file
1 parent 42c8b50 commit 88242c1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

guide/management/commands/update_all.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ class Command(BaseCommand):
66

77
def handle(self, *args, **options):
88
update_data_CMS()
9+
self.stdout.write(self.style.SUCCESS('Successfully updated object data\n'))
910
update_hours_CMS()
11+
self.stdout.write(self.style.SUCCESS('Successfully updated hours data\n'))

guide/services/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)