How can I change the DB table prefix in Django? I only found a "per table" solution withe the meta option, but I want to define it for all tables.
Asked
Active
Viewed 1,320 times
0
-
There is not currently any way to do this. See for example [Django ticket 891](https://code.djangoproject.com/ticket/891). – evergreen Apr 03 '17 at 11:48
-
As an addendum to my earlier comment, you might want to look at [this package](https://pypi.python.org/pypi/django-db-prefix/1.0.5). – evergreen Apr 03 '17 at 12:02
-
Take a look at http://stackoverflow.com/questions/612372/can-you-give-a-django-app-a-verbose-name-for-use-throughout-the-admin – itzMEonTV Apr 03 '17 at 12:11