gold eggs backend
Some checks failed
Build and Push to Docker Hub / build-test-push (push) Failing after 1m55s
Some checks failed
Build and Push to Docker Hub / build-test-push (push) Failing after 1m55s
This commit is contained in:
7
core/console/management/commands/makefactory.py
Executable file
7
core/console/management/commands/makefactory.py
Executable file
@@ -0,0 +1,7 @@
|
||||
from core.utils import console
|
||||
|
||||
|
||||
class Command(console.BaseMake):
|
||||
help = "Factory seeder"
|
||||
path = "database/factory"
|
||||
name = "Factory"
|
||||
Reference in New Issue
Block a user