Load a DB and/or FS fixture.
Typically fixtures are tar/gz bundles located in your project's
`/fixtures` directory. The exact layout of these bundles is documented in
the README.md of this same directory. In short, each fixture bundle
represents data associated with a single customer (credit union). In the
Odyssey system credit union data consists of custom DB tables prefixed
with the credit union code, (cruisecu for example) and of customizable
filesystem assets which are typically located in /home/<cucode>/.
Initially the filesystem content is just boilerplate, but can be
customized for each customer.
Definition at line 28 of file fixture.py.