Fresh installation of Steering fails due to error in fixtures
My co-worker reported:
python manage.py loaddata fixtures//.json
Traceback (most recent call last): File "/home/laura/venv-aura-python/lib/python3.9/site-packages/django/core/serializers/json.py", line 69, in Deserializer yield from PythonDeserializer(objects, **options) File "/home/laura/venv-aura-python/lib/python3.9/site-packages/django/core/serializers/python.py", line 118, in Deserializer field = Model._meta.get_field(field_name) File "/home/laura/venv-aura-python/lib/python3.9/site-packages/django/db/models/options.py", line 567, in get_field raise FieldDoesNotExist("%s has no field named '%s'" % (self.object_name, field_name)) django.core.exceptions.FieldDoesNotExist: Show has no field named 'default_id'