Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
Removed comment from external resource
  • Loading branch information
oguzpancuk committed Dec 16, 2024
1 parent 7891ea5 commit 2a2f8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/marketfeed/management/commands/generate_posts.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from faker import Faker
from django.core.management.base import BaseCommand
from marketfeed.models import Post
from onboarding.models import User # Replace with your custom user model if applicable
from onboarding.models import User

class Command(BaseCommand):
help = 'Generate fake data for the Post model if there are fewer than 100 posts in the database'
Expand Down

0 comments on commit 2a2f8ed

Please sign in to comment.