Postgresql – Fixtures are not loaded and says they are not found, although they are there
In Django I have folder with fixturesgoodscategories.js and fixturesgoodsproducts.js. I installed PostgreSQL and I have tables categories and products. But when I write python manage.py loaddata fixtures/goods/categories.json I get the error: CommandError: No fixture named 'categories' found. How do I…