Reputation: 2069
Since my project would like to create all the table into an old database,
It would be a problem if I use the default name from Django.
Is there any way to rename all the table like the JPG below?
Upvotes: 0
Views: 77
Reputation: 1221
If you don't mind refer on this extending session and use it in django make abstract session class
if you want extends and change the default class name to use instead of Session class to AbstractBaseSession
Upvotes: 1