Hey all,
I’ve just released dj-urls-panel
It’s another panel in my series of django admin based tooling (dj-celery-panel, dj-redis-panell, etc)
This project is aimed at creating better visibility of your project’s urlpatterns; URLs can grow unwieldy for large projects and it can be hard to understand exactly what is being surfaced by your project (whether by you or a third party app).
Additionally, this project also includes a testing interface that can help replace other similar dependencies (Swagger UI) if they are being used solely for testing.
Hope some of you can find some use out of this.
pypi: dj-urls-panel · PyPI
docs: Dj Urls Panel