-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove re_path URL dispatcher from urls #700
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good @Dhwaniartefact, but I think you need to update a couple of views to handle comparisons correctly. I also left a question about a new trailing slash you have introduced.
Do you plan to remove the re_path
calls from the storage_service/locations/api/resources.py
module too? Is that even possible with tastypie
in the mix?
77c1bea
to
5c964fd
Compare
Tastypie resources are using re_path, which I am attempting to remove. |
Co-authored-by: Douglas Cerna <douglascerna@yahoo.com>
Co-authored-by: Douglas Cerna <douglascerna@yahoo.com>
I am going to address removing of re_path from |
Convert regular expressions
re_path
URL dispatcher topath
in storage service APIsRef : https://docs.djangoproject.com/en/3.2/topics/http/urls/#path-converters