views:

34

answers:

1

HI

One of my requirement is to have prefix on all the tables of the django based project (Because db is hosted on shared server). I have used db_table Meta option to set the prefix for the tables which I have created.

Now my query is how do I set the prefix for tables provided by django.contrib.

Instead of auth_group django should create prefix_auth_group.... How do I do that?

Thank you very much...

+1  A: 

From reading this ticket, I would say it is not possible without a hack.

Felix Kling
Can you help me out, I am newbie in django python world... Thanks
Software Enthusiastic
@Software Enthusiastic: What I meant to say with this is, that it seems not to be possible.
Felix Kling
Oh okay... Anyway thanks for your reply...
Software Enthusiastic