#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 russellm):
Having to deploy a URL to support a placeholder sounds like overkill for
me. By the time you've got the moving parts working, it would be easier to
just look up the URL arguments to an external service of your choice.
However:
1) There was lots of talk at DjangoCon about shipping less with Django.
The extreme case of this would be shipping contrib.auth as an external
package; that's a way off being practical, but something like
contrib.webdesign -- a package with a single template tag in it -- would
be a good candidate for pruning. If someone wanted to take on
contrib.webdesign as a third party project, I could get behind a move to
prune it from the Django's tree, at which point, the new maintainer
wouldn't be bound to Django's internal maintenance policies.
2) If we have to manually deploy a view in urls.py, it would be a pain.
But what if there was a way for an app to automatically hook in URLs at a
predictable location? This isn't an isolated use case, either; consider
the case of AJAX widgets -- they need a way to register a data source that
needs to be exposed as a view. There might be a need for a framework
support for 'machine usable, internal URL endpoints'.
--
Ticket URL: <https://code.djangoproject.com/ticket/17141#comment:3>
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.