google-code-export / django-grappelli

Automatically exported from code.google.com/p/django-grappelli
0 stars 0 forks source link

sub-sections for index-page #112

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
using different admin-sites for defining sections of the admin-interface
doesn´t work nicely, since related models have to be registered within
every adminsite (e.g. for using add-another).

therefore, we need to define sub-sections of _every_ adminsite using
GrappelliSite (without registering different adminsites).

we could use a querystring like "?group=1". and we somehow need to store
the currently selected group for every editor. when an editor comes back to
"home", he should see the selected sub-section.

Original issue reported on code.google.com by sehmaschine on 11 Oct 2009 at 4:32

GoogleCodeExporter commented 9 years ago
fixed with r617.

Original comment by sehmaschine on 4 Nov 2009 at 2:11