Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ma1onso committed Jan 26, 2020
1 parent c89c486 commit 79948b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions depayco/management/commands/sync_subscriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from depayco.models import Subscription


# TODO: add output messages
class Command(BaseCommand):
def handle(self, *args, **options):
active_subscriptions = Subscription.objects.filter(is_active=True)
Expand Down

0 comments on commit 79948b6

Please sign in to comment.