Skip to content

experimental application for making table prefixes for tables that django creates

Notifications You must be signed in to change notification settings

pydevua/django-table-prefix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Allows you to add prefixes to your models tables in database

in your setting.py

INSTALLED_APPS = [
    ...
    'table_prefix',
]

DB_PREFIX = 'myprefix_'

About

experimental application for making table prefixes for tables that django creates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages