Django Admin
- Making data visible in the Django Admin Refer Here
- Users and Groups:
- Django authentication model consists of users, groups and permissions
- Users can belong to many groups and this is a way of categorizing users
- Click on Add Group
- Lets add the Book Model to the Application which has many to one relation with publisher
- Exercise: Now try to create a view which shows all the books