openwisp / docker-openwisp

OpenWISP in docker. For production usage we recommend using the ansible-openwisp2 role.
https://openwisp.io/docs/dev/docker/
BSD 3-Clause "New" or "Revised" License
153 stars 79 forks source link

[bug] Django warnings in API container #241

Open nemesifier opened 2 years ago

nemesifier commented 2 years ago

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

Vihar214 commented 1 year ago

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

uzaxirr commented 1 year ago

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.

nemesifier commented 1 year ago

@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 commented 1 year ago

@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

tinman280 commented 8 months ago

Can you assign me this issue?