I am making unittests for a django app. I need some data in the database for my tests so I am using a json fixture.
I\'m having troubles loading fixtures on GAE with google-app-engine-django. I receive an error that says \"DeserializationError: Invalid model identifier: \'fcl.User\'\"
Question Why does Django automatically load the initial_data.json fixture when it\'s located inside the project directory but not located in one of the three specified locations that Django searches
I am using \"manage.py test\" along with a JSON fixture I created using using \'dumpdata\' My problem is that several of the tables in the fixture are very large (for example one containing the names
I\'m trying to get my Django fixtures printed in a prettier way. I\'ve outputting the fixtures: python manage.py dumpdata >> fixture_app.json
Is there anyway to load one fixt开发者_如何学Goure and have it load multiple fixtures? I\'d ideally like to type: