Refactored google calendar sync
This commit is contained in:
committed by
Martin Bauer
parent
46b4078fac
commit
1aa23d2691
@@ -1,5 +1,5 @@
|
||||
from django.core.management.base import NoArgsCommand
|
||||
from eventplanner_gcal.signals import deleteAllGCalEvents
|
||||
from eventplanner_gcal.google_sync import deleteAllGCalEvents
|
||||
|
||||
class Command(NoArgsCommand):
|
||||
help = 'Delete all events in the google calendar created by this app'
|
||||
|
||||
Reference in New Issue
Block a user