[bug] Django warnings in API container
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
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 make develop and you should be able to find this on your own.
@Vihar214 we don't assign issues to non core contributors, just announce you're working on something, open your PRs and ask for feedback.
If you're keen on contributing, please join our dev chat to coordinate.
@uzaxirr try spawning the containers with
make developand you should be able to find this on your own. @Vihar214 we don't assign issues to non core contributors, just announce you're working on something, open your PRs and ask for feedback.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?