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
--~--~---------~--~----~------------~-------~--~----~
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