Opened 13 years ago
Closed 13 years ago
#16658 closed New feature (wontfix)
Add method to webdesign to django.contrib.webdesign package
Reported by: | martinbean | Owned by: | nobody |
---|---|---|---|
Component: | contrib.webdesign | Version: | 1.3 |
Severity: | Normal | Keywords: | webdesign placeholder image |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The django.contrib.webdesign
package currently only has one method for generating place-holder text. Proposing an additional method to generate place-holder images, utilising http://placehold.it/.
Change History (2)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Easy pickings: | unset |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
While I can certainly understand the argument, I'll second the reliance on external services. Even if we provided a whole host of options (via setting, or an argument to the tag, or anything else) it would have to be maintained, updated, etc. This is particularly negative given that a service could become defunct at any time, leaving that release permanently containing a bad provider. Avoiding that would require a new setting that took a URL parameter, and at that point you've gained very little.
There are already several 3rd-party packages that provide this type of functionality (sorl thumbnail being an example off the top of my head). For the time being I would recommend that we leave it to the community. Thank you for the suggestion, however. The webdesign package is rather anemic.
I respectfully disagree, for the following reasons: