-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
[bug] Django warnings in API container #241
Comments
Hello, Is there anyone working on this issue if not then can you assign this issue to Me? |
Hey @nemesisdesign I would like to work on this, The warning means that multiple URL routes are having the same namespace. I'll have to Assign a unique namespace to each URL. But can you tell me which container is generating this warning so that i can figure out the appropriate repo to make change in. |
@uzaxirr try spawning the containers with If you're keen on contributing, please join our dev chat to coordinate. |
I'm unable to re-produce this, I did make develop and spinned up the containers, here is the output |
Can you assign me this issue? |
API container gives this warning when using
python manage.py
:?: (urls.W005) URL namespace 'firmware' isn't unique. You may not be able to reverse all URLs in this namespace
?: (urls.W005) URL namespace 'ipam' isn't unique. You may not be able to reverse all URLs in this namespace
The text was updated successfully, but these errors were encountered: