Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 183 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 183 Bytes

Allows you to add prefixes to your models tables in database

in your setting.py

INSTALLED_APPS = [
    ...
    'table_prefix',
]

DB_PREFIX = 'myprefix_'