docker-openwisp icon indicating copy to clipboard operation
docker-openwisp copied to clipboard

[bug] Django warnings in API container

Open nemesifier opened this issue 3 years ago • 5 comments

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

nemesifier avatar Jun 18 '22 18:06 nemesifier

Hello, Is there anyone working on this issue if not then can you assign this issue to Me?

Vihar214 avatar Dec 04 '22 17:12 Vihar214

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 avatar Jan 22 '23 18:01 uzaxirr

@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.

nemesifier avatar Jan 23 '23 17:01 nemesifier

@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.

I'm unable to re-produce this, I did make develop and spinned up the containers, here is the output

uzaxirr avatar Jan 23 '23 19:01 uzaxirr

Can you assign me this issue?

tinman280 avatar Feb 26 '24 17:02 tinman280