I have a few apps set up, to one of which I just added a fixture. I created an "initial_data.yaml" file in a subdirectory "fixtures" under the app folder, so the full path is project_dir\apps\job\fixtures\initial_data.yaml
.
I've tried both
python manage.py syncdb
and
python manage.py schemamigration job --auto
and both of them give me:
No fixtures found.
What am I doing wrong, here?