change filter for Establishment
This commit is contained in:
parent
dc10203f8a
commit
36d16625ea
|
|
@ -11,7 +11,7 @@ class Command(BaseCommand):
|
||||||
def handle(self, *args, **kwargs):
|
def handle(self, *args, **kwargs):
|
||||||
|
|
||||||
existing_establishment = Establishment.objects.filter(
|
existing_establishment = Establishment.objects.filter(
|
||||||
old_id__isnull=False, tags__isnull=True
|
old_id__isnull=False
|
||||||
)
|
)
|
||||||
ESTABLISHMENT = 1
|
ESTABLISHMENT = 1
|
||||||
SHOP = 2
|
SHOP = 2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user