DRF Trailing Slah

2024-04-12 Thread MISHEL HANNA
Hello
i have endpoint when add / to the end of it i can not send request it 
return this 
Not Found: /api/v1/properties/user/
[12/Apr/2024 20:19:03] "GET /api/v1/properties/user/ HTTP/1.1" 404 23

but when remove / from the end of it return success
[12/Apr/2024 20:19:09] "GET /api/v1/properties/user HTTP/1.1" 200 635


-- 
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/d5b533b0-e482-4db5-8a4d-ce925aefcbf4n%40googlegroups.com.


JWT Authentication with Djoser

2024-02-15 Thread MISHEL HANNA
hello
i want to make api for register but i want modify the way of email 
activation
in djoser to activate email it done by uuid/token but i do not want it to 
be done like that 
i want to activate the email by verification code
do you have any suggestions or any other libraries i can use 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/b56f4747-d1dc-4009-aa5f-923530f1860fn%40googlegroups.com.