Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
rm03 committed Oct 13, 2023
1 parent d4c6ba3 commit faea762
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions backend/announcements/management/commands/populate_audiences.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
import json
import random

from django.contrib.auth.models import Group
from django.core.management import BaseCommand, call_command
from django.core.management import BaseCommand

from announcements.models import Audience


with open("accounts/data/users.json") as f:
users = json.load(f)["users"]


class Command(BaseCommand):

def handle(self, *args, **options):
Expand Down

0 comments on commit faea762

Please sign in to comment.