[Answer]-Google App Engine: Django Load Fixtures

1👍

You are almost there. Instead of using

python manage.py loaddata remote fixture.yaml

you should type

python manage.py remote loaddata fixture.yaml

Leave a comment