Skip to main content

A database with a few fantasy books in it for testing query builders, orms, rest frameworks, etc.

Project description

# fantasy-database

> A database with a few fantasy books in it for testing query builders, orms, rest frameworks, etc.


## Django

This test app for Django provides models, migrations, and fixtures that implement the fantasy-database. It's
recommended that app installation be limited to testing only.

Example usage:

In your `settings.py` module:

```python

# Testing
TESTING = len(sys.argv) > 1 and sys.argv[1] in ('test', 'testserver')

if TESTING:
INSTALLED_APPS += (
'django_fantasy',
)

...
```

In a test module:
```python

from django.test import TestCase

class FantasyTests(TestCase):
fixtures = ['fantasy-database.json']
...

```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fantasy-database-2.0.3.post1.tar.gz (12.1 kB view details)

Uploaded Source

File details

Details for the file fantasy-database-2.0.3.post1.tar.gz.

File metadata

File hashes

Hashes for fantasy-database-2.0.3.post1.tar.gz
Algorithm Hash digest
SHA256 1582d5ff79784956f96c8af957449c4cedbb2ba57a0c59d0949f75e3bdce937d
MD5 ce94806e95a256724e6ee9b3e322bef7
BLAKE2b-256 49d69d3d664441995f5352ee1738c59f1fad91120d604916a6e41659bddbc78a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page