Skip to content

Commit

Permalink
add code owner
Browse files Browse the repository at this point in the history
Signed-off-by: Jason <git@jasoncameron.dev>
  • Loading branch information
JasonLovesDoggo committed Feb 7, 2024
1 parent b6f19ed commit 8e161a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/management/commands/add_clubs.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
from core.models import User, Organization
from io import StringIO

"""
This script is used to add organizations from a Google Sheets link. It is used to add organizations that are not already in the database.
Code owned by Phil of metropolis backend team.
"""

class Command(BaseCommand):
help = "Adds organizations from Google Sheets. Does not modify existing organizations. See https://github.com/wlmac/metropolis/issues/247"
Expand Down

0 comments on commit 8e161a6

Please sign in to comment.