Remove: old comment

This commit is contained in:
Aroy-Art 2025-04-10 22:34:47 +02:00
parent 7984ca1b77
commit c89f40aa1f
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -1,7 +1,7 @@
# api/user/management/commands/backfill_user_profiles.py # api/user/management/commands/backfill_user_profiles.py
from django.core.management.base import BaseCommand from django.core.management.base import BaseCommand
from django.contrib.auth.models import User from django.contrib.auth.models import User
from api.user.models import UserProfile # assuming you have a UserProfile model from api.user.models import UserProfile
class Command(BaseCommand): class Command(BaseCommand):