Skip to main content

experimental application for making table prefixes fortables that django creates

Project description

===========
Django table prefix
===========

django-table-prefix provides experimental ability to set your own
database table prefixes for django project this app is included in
Include this app into your project's settings.py, provide table prefix
name and list of models (optional) for ommiting prefix usage::

INSTALLED_APPS = (
... # your regular stuff
'table_prefix',
)

# table prefix name
DB_PREFIX = 'nifty_prefix'

# omit prefixing tables for these models
OMIT_MODELS = (
'<app_name>.<model class name>',
)

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-table-prefix-0.0.5.tar.gz (1.9 kB view details)

Uploaded Source

File details

Details for the file django-table-prefix-0.0.5.tar.gz.

File metadata

File hashes

Hashes for django-table-prefix-0.0.5.tar.gz
Algorithm Hash digest
SHA256 3cfc6e17b0cf37eff6cbf4b126308bbcbffd5345f98dbe9cb656ead2226b4df9
MD5 cd0a5d71a3750de10ac15d65732f1258
BLAKE2b-256 a84ed9e52f65f6fd9cf17f5020d64fd5c9fc44aabb357acb26b9150b1e62ee79

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