#17141: Placeholder images in contrib/webdesign
-------------------------------------+-------------------------------------
Reporter: anonymous | Owner: nobody
Type: New feature | Status: closed
Component: contrib.webdesign | Version: 1.3
Severity: Normal | Resolution: wontfix
Keywords: placeholder, | Triage Stage:
images, webdesign | Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by aaugustin):
This was already requested in #16658 and rejected on the grounds of
"reliance on external services".
That said, do we really have to use a third party service? It should be
fairly easy to generate PNGs of a given size with PIL. Django already has
an optional dependency on PIL (`ImageField`). If we did this, all you'd
have to do to use the feature is add an URL pointing to
`django.webdesign.views.placeholder` in your URL conf.
I believe that's what the OP had in mind, and not a wrapper around a
third-party API.
I agree that this brings little value — the only real advantage compared
to placehold.it is that you can develop offline. However, it fits
reasonably with Django's philosophy and shouldn't be a maintenance burden.
If a patch with a self-contained and simple implementation was submitted,
wouldn't we reconsider the "wontfix"?
--
Ticket URL: <https://code.djangoproject.com/ticket/17141#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.