-
Notifications
You must be signed in to change notification settings - Fork 150
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
django.urls.exceptions.NoReverseMatch: 'password_reset' is not a registered namespace #126
Comments
I am experiencing this issue as well. Does anyone have guidance on what needs to be done to make the namespace work? |
I'm working on something to fix this issue with another alternative ,i will let you know as soon as it's ready |
Guys Please help if you know the solution or can offer a guide |
@ArcBase My solution was to not use this library. I did this
I created a simple model called Not sure if this helps, but it's a lot more obvious and easier to debug than this library. |
ok thanks alot , i was working on something very similar to this too |
I had the same issue as well. It happens because my urls are in another namespace, so the I changed |
I have followed all the necessary steps involved in installing and configuring this module
Here's My Url - path('api/password_reset/', include('django_rest_passwordreset.urls', namespace='password_reset')),
but i still get this error ,please help me fix this
i need it asap
The text was updated successfully, but these errors were encountered: