Skip to main content

Django models for the Redmine database.

Project description

PyPI Version

Using django-redmine-models

Define the database parameters as usual in the DATABASES setting then add:

REDMINE_DATABASE = "the-redmine-db-key-in-DATABASES"

and define (or add) the database router:

DATABASE_ROUTERS = ["redmine_models.routers.DatabaseRouter"]

By default, it is supposed that an external redmine service is being accessed, and thus the models are unmanaged. If that’s not desired, e.g. for testing you want the test tables to be created automatically, use the following setting:

REDMINE_MODELS_MANAGED = True

Then use the models:

from redmine_models.models import Project
print Project.objects.all()
# etc...

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

django-redmine-models-0.3.tar.gz (5.9 kB view details)

Uploaded Source

File details

Details for the file django-redmine-models-0.3.tar.gz.

File metadata

File hashes

Hashes for django-redmine-models-0.3.tar.gz
Algorithm Hash digest
SHA256 2e811d97f34756da0e503bb34f13d8ab5fba77e6b64b285771e2bd6a1a235629
MD5 422f1731079426b265081431a6c2d7b2
BLAKE2b-256 8061bb4505039797fe83f5cae73a3fb379a7683385d6eb5716cae5d9dd160f9a

See more details on using hashes here.

Supported by

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