In working with my recent contrib saga, I've been looking a bit into
newforms-admin, since it's going to be merged someday, and it looks
like it would give me some better options. However, one thing I was
hoping for doesn't seem to be there.

For my policy work, I'd like to be able to add in a separate URL
handler within each model's registration, so that something like
/admin/app/policy/ and /admin/app/model/policy/ would give editors
customized for that location. However, I'm not seeing a way to do
anything like that, as the URL components are all hard-coded in an
if/elif block.

Has there been any talk of making some kind of plugin system for these
URLs, so that contrib apps can add their own functionality to existing
admin structures? Obviously, this would be a fairly considerable
change, and would also include a way to provide links to these new
interfaces from within existing admin templates. But I think it would
be useful, at least for my project.

Thoughts?

-Gul

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to