Re: Understanding users auth in Django
On Mon, Apr 15, 2013 at 11:56 AM, Nora Olsen <nora.olsen77@gmail.com> wrote:
--
On Monday, April 15, 2013 8:46:37 AM UTC+8, Russell Keith-Magee wrote:Should I be using the Admin Site? But the organization admin is really not a super user/staff member of the app.This question is orthogonal to your other questions. Django's Admin site isn't intended as a general purpose, user-facing administration console for your site. It's intended for internal site administration use only.If you're making a distinction between your own site administrators, and an "administrator" role amongst a particular group of users/organization, then you'll almost certainly have a separate administration interface for those users -- but that doesn't preclude you from using Django's Admin for your own internal administration.Yup, I am inclining to have a separate administration interface for the administrator role , and not site administrator.I have looked at AdminSite and ModelAdmin. Should I be using them?
If you're planning to use Django's Admin site, then yes. They won't have much use otherwise.
Do people typically run with admin site in production?
Absolutely. It can be a very useful resource for trusted site administrators.
Yours,
Russ Magee %-)
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home