Allows you to add prefixes to your models tables in database
in your setting.py
INSTALLED_APPS = [
...
'table_prefix',
]
DB_PREFIX = 'myprefix_'
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Allows you to add prefixes to your models tables in database
in your setting.py
INSTALLED_APPS = [
...
'table_prefix',
]
DB_PREFIX = 'myprefix_'