On Thu, 2011-03-10 at 16:55 -0800, br wrote: > So the question is, for each of the "dashboards"--which are > essentially limited admin interfaces--would it make sense to extend or > inherit from Django Admin in some way? Or should I just design these > like I would client-side pages, with specific forms to edit the > pertinent data that a user has permission to edit.
design as client side. With things like ModelForm this is a breeze. Would be faster than inheriting/extending admin. You have unlimited flexibility outside admin. -- regards KG http://lawgon.livejournal.com Coimbatore LUG rox http://ilugcbe.techstud.org/ -- 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.