On Sun, 2009-03-15 at 16:06 -0700, Joshua Partogi wrote: > Thanks Malcolm, > > I'm going to read through the source code and see how I can create a > new template with my custom authorization. So do you reckon that > django admin system is already sufficient not to be overridden?
It depends very much on your specifics, however, as I mentioned, both of the points you mentioned are, as general concepts, already support by the admin: it supports the concept of users who are authorised to use the admin and others who aren't and it has the concept of permissions on a per-model basis, for example. If either of those points are news to you, you probably should spend a bit of time initially reading the existing admin documentation and experimenting. Malcolm --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---