work on initial tag load
This commit is contained in:
@@ -22,6 +22,7 @@ logging.basicConfig(
|
||||
class Command(BaseCommand):
|
||||
|
||||
logo_url = "https://picsum.photos/200/300"
|
||||
help = 'Creates fake companies and related products in database'
|
||||
|
||||
def handle(self, *args, **kwargs):
|
||||
print("Creating fake data to populate database")
|
||||
|
||||
Reference in New Issue
Block a user