The error "NoReverseMatch" typically occurs in Django when the URL cannot
be resolved during the reverse URL lookup. In your case, it seems that the
error is coming from trying to reverse the URL named 'add_time_slot' with
an empty argument. T*he error message mentions that it tried one pattern
for the URL: 'add_time_slot/(?P<turf_id>[0-9]+)/\Z'.*


On Tue, Oct 24, 2023 at 2:20 PM marvel <utibesolom...@gmail.com> wrote:

> Hello guys im seeing this error when
>
> Trying to use allauth for google authentication how can I solve it
>
>
>
> --
> 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 it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/4A22D5EC-C77C-4F0C-A3F9-71ABE1DA605B%40hxcore.ol
> <https://groups.google.com/d/msgid/django-users/4A22D5EC-C77C-4F0C-A3F9-71ABE1DA605B%40hxcore.ol?utm_medium=email&utm_source=footer>
> .
>

-- 
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 it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAJ8cwdvBRuG6ygEiD6RC%3DqcsCWoaLuYrtDxys%3D6PNNSv065J5Q%40mail.gmail.com.

Reply via email to