ShayestehHS / DjangoUltimateURLShortener

0 stars 1 forks source link

Check token length #18

Closed ShayestehHS closed 1 month ago

ShayestehHS commented 2 months ago

https://github.com/ShayestehHS/DjangoUltimateURLShortener/blob/75e6d4d86bf548a18e08218cdc690c4fdc59d9aa/urls/api/urls.py#L7

Check token length in url if it is possible Else check it in view Purpose of this issue is preventing redundant query to DB

I think it is better to check in view because of better error handling