fix: Data duplication logic
This commit is contained in:
parent
0bc3c3a764
commit
3fec80f5a7
@ -19,9 +19,11 @@ class Command(BaseCommand):
|
|||||||
# is already populated and no data will be added again
|
# is already populated and no data will be added again
|
||||||
try:
|
try:
|
||||||
AdoptionNotice.objects.get(name="Vermittung1TestSalt9227")
|
AdoptionNotice.objects.get(name="Vermittung1TestSalt9227")
|
||||||
except AdoptionNotice.DoesNotExist:
|
|
||||||
print("Database already populated. No additional data will be created")
|
print("Database already populated. No additional data will be created")
|
||||||
return
|
return
|
||||||
|
except AdoptionNotice.DoesNotExist:
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
rescue1 = baker.make_recipe(
|
rescue1 = baker.make_recipe(
|
||||||
'fellchensammlung.rescue_org'
|
'fellchensammlung.rescue_org'
|
||||||
|
Loading…
Reference in New Issue
Block a user