django-table-prefix

Experimental application for making table prefixes for Django
Download

django-table-prefix Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Egor V. Nazarkin and Vitaliy Kucheraviy

django-table-prefix Tags


django-table-prefix Description

Experimental application for making table prefixes for Django django-table-prefix is a Django app that provides experimental ability to set your own database table prefixes for Django projects. 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 >', ) Requirements: · Python · Django


django-table-prefix Related Software