Skip to content

Commit

Permalink
modify script to add admin-subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrishabh17 committed Jun 20, 2024
1 parent 58e8de2 commit d558800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/python/001_create_admin_subscriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from apps.workspaces.tasks import async_create_admin_subcriptions
from apps.workspaces.models import Workspace

workspaces = Workspace.objects.all()
workspaces = Workspace.objects.filter(onboarding_state='COMPLETE').all()

for workspace in workspaces:
try:
Expand Down

0 comments on commit d558800

Please sign in to comment.