Re: Immediately Need Help

2021-02-19 Thread shubham vashisht
y, but it still be > unique. > > As kritika clarified already, so it wont be a problem. > > On Fri, Feb 19, 2021, 3:58 PM shubham vashisht > wrote: > >> Chetan >> If any row is deleted from the table, then your logic will fail to return >> the unique code >>

Re: Immediately Need Help

2021-02-19 Thread shubham vashisht
Chetan If any row is deleted from the table, then your logic will fail to return the unique code On Fri, 19 Feb 2021, 15:52 Chetan Ganji, wrote: > Hi Kritika > > Ye chanel mein firangi log bhi hai, unko hinglish kaisa samjhenga? 😂 > > Teko field pe unique constraint lagana padenga > > Teko no wa

Re: Recruitment

2020-09-23 Thread shubham vashisht
What's the job and how much is the pay? On Wed, 23 Sep 2020, 21:26 Alam Khazi, wrote: > I am interested > > On Wed 23 Sep, 2020, 9:07 PM Harish Thiyagharajan, < > harishthiyagh...@gmail.com> wrote: > >> mail me your questions , or call me or what's app, if it is a call , I >> suggest that you do

Re: Dynamic Serial Number

2020-08-16 Thread shubham vashisht
When you iterate using for tag in Django template, it provides a context for counting the loops which you can use it like {{ forloop.count }} On Sun, 16 Aug 2020, 09:43 neeraj garg, wrote: > You can put loop counter. > > On Sun, Aug 16, 2020, 9:29 AM kushal@gmail.com < > kushal.neu1...@gm

Re: Django-starter, discussing doubts, collaboration

2020-08-15 Thread shubham vashisht
Hey I am also interested in this. Let me also know further details. On Sat, 15 Aug 2020, 23:32 Diksha Vazirani, wrote: > Hey! > This is my LinkedIn profile You can contact me > https://www.linkedin.com/in/diksha-vazirani-7b3245168 > > On Sat, Aug 15, 2020, 11:07 PM sakshi jain wrote: > >> i

Re:

2020-08-13 Thread shubham vashisht
But I think it's not needed because most probably he wants to sort, search Django model objects. On Thu, 13 Aug 2020, 09:06 'Amitesh Sahay' via Django users, < django-users@googlegroups.com> wrote: > probably, you can implement binary search algorithm > > Regards, > Amitesh > > > On Thursday, 13

Re: multiplate table inheritance subclass with extra OneToOneField relationship to parent class

2020-07-19 Thread shubham vashisht
Did you find any solution? On Friday, October 18, 2019 at 2:12:21 AM UTC+5:30, Brian Maissy wrote: > > I have a model which essentially boils down to this: > > class Person(models.Model): > name = models.TextField() > > > class MarriedMan(Person): > wife = models.OneToOneField(Person, on_d