From 84f6f9e552a14345ce5ea2611ee39636be9ff60d Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 27 Feb 2020 08:27:42 +0000 Subject: renamed CAFFileStore to FileStore --- ctrack/organisations/management/commands/populate_db.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ctrack/organisations') diff --git a/ctrack/organisations/management/commands/populate_db.py b/ctrack/organisations/management/commands/populate_db.py index bcecc1a..ea81dfe 100644 --- a/ctrack/organisations/management/commands/populate_db.py +++ b/ctrack/organisations/management/commands/populate_db.py @@ -3,7 +3,7 @@ from random import randint, choice from django.core.management import BaseCommand from django.core.management import CommandParser -from ctrack.caf.tests.factories import GradingFactory, CAFFileStoreFactory +from ctrack.caf.tests.factories import GradingFactory, FileStoreFactory from ctrack.organisations.models import AddressType from ctrack.organisations.models import Mode from ctrack.organisations.models import Submode @@ -114,4 +114,4 @@ class Command(BaseCommand): GradingFactory.create(descriptor=g, type="CONFIDENCE") # File store - fs = CAFFileStoreFactory.create(physical_location_organistion=orgs[1]) + fs = FileStoreFactory.create(physical_location_organistion=orgs[1]) -- cgit v1.2.3