Well, I read that short paragraph but I don't understand how this
should work...
Is it possible that you post some code how you solved that problem?

Thanks a lot
Robert

On 15 Feb., 21:13, Brian Neal <bgn...@gmail.com> wrote:
> On Feb 15, 1:06 pm, Robert <meusburger.rob...@aon.at> wrote:
>
> > Hi,
>
> > how can I add views to the admin interface that
> > 1. they are also so 'well-integrated' in the admin interface like
> > models
> > 2. I can also define permissions for them like for a model
>
> > I know that it's possible to change a template (i.e. index.html) and
> > add there the code, but that doesn't satisfy me because neither the
> > one nor the other point above is done...
> > Best would be if there were a possiblity to register them like models
> > (admin.site.register(View, ViewAdmin)...
>
> > Greetz Robert
>
> I'd like to hear more about this as well. The Django docs don't say
> much about this, but the Django Book still has a section on this that
> is still relevant to 1.0. Seehttp://www.djangobook.com/en/1.0/chapter17/
> and scroll down to the section titled "Creating Custom Admin Views". I
> used the advice in there to create a custom admin view that allowed a
> site admin to send a bulk email to all people registered with the site
> email list.
>
> I'm not quite sure if this is what you are asking about, but look it
> over and see.
>
> Best,
> BN
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to