Re: Django vs Spring decision

2022-04-30 Thread misraX x
If you have quite of experience in Java, then go for it and use Spring. Django is a great framework and I use it myself in a day to day base, but if you want to get the job done and finish your project with the experince you already have then Django isn't the right choice. On Sat, 30 Apr 2022, 8:

Re: prefetch_related with slices

2020-09-19 Thread misraX x
I believe you are searching for queryset and SQL limits, if so take a look at https://docs.djangoproject.com/en/2.2/topics/db/queries/#limiting-querysets On Fri, Sep 18, 2020 at 7:00 PM אורי wrote: > Hi, > > I have a code with a query: > > qs = User.objects.active( > gender__in=user.speedy_m

Re: Error while using manage.py

2020-06-22 Thread misraX x
Make sure you have sqlite installed on your Windows machine. You can install it from the link below: https://www.sqlite.org/download.html On Mon, Jun 22, 2020 at 5:11 PM Franz Ulenaers wrote: > please install sqlite3 > > Op maandag 22 juni 2020 16:17:54 UTC+2 schreef NAVEEN RS: > >> [image: Scr