mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-30 11:52:17 +00:00
FIX: Fix asset sample data generation
This commit is contained in:
@@ -2,7 +2,7 @@ from django.core.management.base import BaseCommand, CommandError
|
|||||||
from django.utils import timezone
|
from django.utils import timezone
|
||||||
|
|
||||||
from assets import models
|
from assets import models
|
||||||
|
import random
|
||||||
|
|
||||||
class Command(BaseCommand):
|
class Command(BaseCommand):
|
||||||
help = 'Creates some sample data for testing'
|
help = 'Creates some sample data for testing'
|
||||||
|
|||||||
Reference in New Issue
Block a user