Re: Model Related Issue

2020-01-15 Thread ROHIT CHAUHAN
manually change in migrations --> 0001_initial.py On Tue, 14 Jan 2020 at 18:10, Soumen Khatua wrote: > Hi Folks, > > After changing the model name,I'm getting some error, like initially my > model name was some thing like this: > class new_model(models.Model) but now I'm change it to class > New

Re: About extending the django inbuilt user

2020-01-14 Thread ROHIT CHAUHAN
https://www.codingforentrepreneurs.com/tags/django/ On Tue, 14 Jan 2020 at 21:41, sachinbg sachin wrote: > Hii every one I want to add some additional fields in inbuilt django user > model am tried many of the things am not achieved that any reference help > me and any sources > Git repositorie