cannot stat ‘./fixtures/test_initial_data.json’: No such file or directory
komuw opened this issue · comments
In the INSTALL.md file it says that if you want to install fixtures:
To use this data copy the fixtures and run syncdb:
cp ./fixtures/test_initial_data.json ./fixtures/initial_data.json
./adlibredms_/manage.py syncdb
However, when you do that you get the error: cannot stat ‘./fixtures/test_initial_data.json’: No such file or directory
And this is because there's no such file, I guess the correct command should be:
There is obviously something with PATH variables.
Please describe your environment. I can not recreate your problem for now... All install goes smooth as for me.