Remove: old comment
This commit is contained in:
parent
7984ca1b77
commit
c89f40aa1f
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Reference in a new issue