I figured that "active" and "staff" need to be checked as explained here:
http://docs.djangoproject.com/en/dev/faq/admin/ Does anybody know how to make admin "view only" for a user? This paragraph from the above appears to explain a similar process: How do I limit admin access so that objects can only be edited by the users who created them? The ModelAdmin class also provides customization hooks that allow you to control the visibility and editability of objects in the admin. Using the same trick of extracting the user from the request, the ModelAdmin.queryset() and ModelAdmin.has_change_permission() can be used to control the visibility and editability of objects in the admin. Is there anyone who is familiar with this process? On Nov 14, 9:38 am, Zeynel <azeyn...@gmail.com> wrote: > Hello, > > I am creating a new user successfully but I cannot login with that new > user. I make sure that username and pw (case sensitive) are correct. > Is there more to creating a new user? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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=.