Re: django.db.utils.OperationalError: no such table abc

2021-10-21 Thread Lakshyaraj Dash X-D 25
Just search for it in the recycle bin , if you have not permanently deleted the migration, else give me the code in my personal gmail dashlakshyaraj2...@gmail.com and I will correct it. On Fri, Oct 22, 2021, 01:38 Ammon Quackenbush wrote: > I think you are right. I did delete the initial migrati

Re: django.db.utils.OperationalError: no such table abc

2021-10-21 Thread Ammon Quackenbush
I think you are right. I did delete the initial migration. How do I restore the initial migration? On Wednesday, October 20, 2021 at 6:18:31 PM UTC-6 dashlaksh...@gmail.com wrote: > It will happen if you have deleted the initial migration or check your > settings properly. > > On Thu, Oct 21,

Re: Modeform Foreign key column not working

2021-10-21 Thread Aruna Priya Nagarajan
yeah, it is a foreign key and I have put integer field instead of foreign key in the model. I changed it now and its working by itself without specifying ModelChoiceField. Thanks for your help!! On Wednesday, 20 October 2021 at 16:07:04 UTC+1 sutharl...@gmail.com wrote: > is `ConnectionTyp