Django REST FRAMEWORK API

2022-12-22 Thread ramana manickam
please sent the complete clarification for the DJANGO RESTFRAMEWORK API from scratch -- You received this message because you are subscribed to the Google Groups "Django REST framework" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-rest-framew

Re: Change all default table name

2022-12-22 Thread Saifullah Shahen
Sorry about that. I don't see any solution to this topic. If you find this solution, please share it with us. Thank you. On Thursday, December 22, 2022 at 5:45:48 PM UTC+6 nvsingh...@gmail.com wrote: > Thanks for your Answer, > but, Using Meta class we can only rename the user model table name

Re: Change all default table name

2022-12-22 Thread NIRAJ VIVEK
Thanks for your Answer, but, Using Meta class we can only rename the user model table name, but I need to rename "auth_group" table and also some extra column in that On Saturday, December 17, 2022 at 12:55:48 AM UTC+5:30 shahr...@gmail.com wrote: > class TempUser(models.Model): > fi