Re: Please help, I can't install django after a fresh installation of python 3.9 on windows 10

2021-03-19 Thread Anornymous u
Yoh, join WhatsApp group and share error https://chat.whatsapp.com/Fb4d6Ivkio7H3EXKxNFI5q On Thu, Mar 18, 2021, 21:47 Kasper Laudrup wrote: > On 18/03/2021 19.04, Simon Lankwagh wrote: > > I have installed python 3.9 and selected 'add to path' during > > installation, i am now trying to install

Re: View / Query Set not showing with filter

2021-03-19 Thread Anornymous u
What is the name of the field, this part that reads range On Fri, Mar 19, 2021, 16:01 Manuel Buri wrote: > Hi, > > I am having this query set in my view: > context['bookings']=Booking.objects.filter( > Q(organization_id=request.user.organization_id), *Q(booking_time__range= > (start_date, end_da

Re: View / Query Set not showing with filter

2021-03-19 Thread Anornymous u
Tell us exactly what you are looking for from your query On Fri, Mar 19, 2021, 16:01 Manuel Buri wrote: > Hi, > > I am having this query set in my view: > context['bookings']=Booking.objects.filter( > Q(organization_id=request.user.organization_id), *Q(booking_time__range= > (start_date, end_dat

Re: View / Query Set not showing with filter

2021-03-19 Thread Anornymous u
I mean what you want to fetch and the conditions On Fri, Mar 19, 2021, 16:01 Manuel Buri wrote: > Hi, > > I am having this query set in my view: > context['bookings']=Booking.objects.filter( > Q(organization_id=request.user.organization_id), *Q(booking_time__range= > (start_date, end_date))*) >

Re: View / Query Set not showing with filter

2021-03-19 Thread Anornymous u
te))*) >>> >>> Thank you so much for your help. >>> Best wishes, >>> >>> Manuel >>> >>> >>> >>> Manuel Buri >>> T: +41 79 933 01 11 >>> M: manuel.b...@gmail.com >>> W: www.manuelburi.com <http:

Re: Improperly Configured at /blog/write/

2021-03-19 Thread Anornymous u
Share source for blog model On Sat, Mar 20, 2021, 00:17 Noyon Barman wrote: > What happens here? How do I solve this problem? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from

Re: Improperly Configured at /blog/write/

2021-03-19 Thread Anornymous u
Line 17 not 14 On Sat, Mar 20, 2021, 00:22 Héctor Alonso Lozada Echezuría wrote: > Line 14: fields not feilds > > El vie, 19 mar 2021 a las 15:17, Noyon Barman () > escribió: > >> What happens here? How do I solve this problem? >> >> -- >> You received this message because you are subscribed to

Re: Improperly Configured at /blog/write/

2021-03-19 Thread Anornymous u
Delete the keyword argument commit=False On Sat, Mar 20, 2021, 00:39 Noyon Barman wrote: > > > On Sat, Mar 20, 2021 at 3:26 AM Héctor Alonso Lozada Echezuría < > ima...@gmail.com> wrote: > >> Exactly >> >> El vie, 19 mar 2021 a las 15:25, Anornymous

Re: Improperly Configured at /blog/write/

2021-03-19 Thread Anornymous u
> wrote: >> >>> Exactly >>> >>> El vie, 19 mar 2021 a las 15:25, Anornymous u () >>> escribió: >>> >>>> Line 17 not 14 >>>> >>>> On Sat, Mar 20, 2021, 00:22 Héctor Alonso Lozada Echezuría < >>>

Re: Improperly Configured at /blog/write/

2021-03-19 Thread Anornymous u
Bro, I mean send me the error displayed on the browser in red, that will help a little bit. On Sat, Mar 20, 2021, 01:36 Noyon Barman wrote: > > > On Sat, Mar 20, 2021 at 4:00 AM Anornymous u > wrote: > >> Send the error displayed on the browser in red >> >>

Re: Deploy help

2021-09-21 Thread Anornymous u
Open the domain on a different browser see if it works, could be your browser is stuck with cache. Am assuming you had collected all the static files using the command python manage.py collecstatic On Tue, 21 Sep 2021, 19:41 Kasper Laudrup, wrote: > On 21/09/2021 17.39, Daniel Gauvin wrote: > >

Re: Deploy help

2021-09-21 Thread Anornymous u
Sorry my bad, it was meant for the person asking the question about deployment. On Tue, 21 Sep 2021, 21:49 Kasper Laudrup, wrote: > On 20/09/2021 19.08, Anornymous u wrote: > > Open the domain on a different browser see if it works, could be your > > browser is stuck with cache.