Proxito: define dummy dashboard URLs for addons serializers (#11227)
* Proxito: define dummy dashboard URLs for addons serializers
This PR defines dummy dashboard URLs in El Proxito to allow calling `reverse()`
for APIv3 serializers used under `/_/addons/` and return `*.urls` fields for
resources.
Closes https://github.com/readthedocs/readthedocs-ops/issues/1323
* Proxito: define dummy dashboard URLs for addons serializers
This PR defines dummy dashboard URLs in El Proxito to allow calling `reverse()`
for APIv3 serializers used under `/_/addons/` and return `*.urls` fields for
resources.
Closes https://github.com/readthedocs/readthedocs-ops/issues/1323
* Update tests
* "I'm a teapot" view for dummy URLs
* Update HTTP status code
* Reduce number of DB queries