Fix fixture

This commit is contained in:
Gabriel Augendre 2022-11-01 09:28:48 +01:00
parent 95501a7a1d
commit d619aacf64
2 changed files with 1 additions and 7354 deletions

File diff suppressed because it is too large Load diff

View file

@ -113,7 +113,7 @@ def dump_initial(ctx):
with ctx.cd(SRC_DIR):
path = "./character/fixtures/initial_data.json"
ctx.run(
f"./manage.py dumpdata character --natural-primary --natural-foreign -o {path} --indent 2",
f"./manage.py dumpdata character --natural-primary --natural-foreign -e character.Character -o {path} --indent 2",
pty=True,
echo=True,
)