Django FAQ
- FAQ: General
- FAQ: Using Django
- FAQ: Getting Help
- FAQ: Databases and models
- FAQ: The admin
- I can’t log in. When I enter a valid username and password, it brings up the login page again, with a “Please enter a correct username and password” error.
- How do I limit admin access so that objects can only be edited by the users who created them?
- My “list_filter” contains a ManyToManyField, but the filter doesn’t display.
- How can I customize the functionality of the admin interface?
- What browsers are supported for using the admin?