How can i change the info in the Meta class in i.e 'django.contrib.sessions.models' , so that my project can have somewhat uniform table names, but so that the functionality of the app is the same?
Thanks
How can i change the info in the Meta class in i.e 'django.contrib.sessions.models' , so that my project can have somewhat uniform table names, but so that the functionality of the app is the same?
Thanks
You can try this:
EDITED The above solution throws an error but the following works: