port to new django, AI automated
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
from django.core.management.base import NoArgsCommand
|
||||
|
||||
from eventplanner_gcal.google_sync import stop_all_gcal_subscriptions
|
||||
|
||||
from eventplanner_gcal.google_sync import stopAllGCalSubscriptions
|
||||
|
||||
class Command(NoArgsCommand):
|
||||
help = 'Stops all GCal subscriptions'
|
||||
|
||||
def handle_noargs(self, **options):
|
||||
stop_all_gcal_subscriptions()
|
||||
stopAllGCalSubscriptions()
|
||||
|
||||
Reference in New Issue
Block a user