Building Web Apps Using Django: Implementing Login & Logout
In this 10-video course learners explore uses of Djangos built-in login and logout views and how to configure them. Django is a widely-used web framework using the Python language. Discover how to define a user profile including how to define the model set the image direction and display profile information. Begin by building a user login page in a website with built-in Django objects and then configure where a user is redirected to on a Django website upon successful login. Learn how to define logout template to serve as logout pages for a Django website; present different views for users who are signed into your Django website as opposed to regular users; and configure views in a Django application to render only when the user is signed in. Explore user profiles and defining the model for the profile of a user of a Django application; setting the location in a Django project directory where media can be stored; and displaying a users information including associated images in a profile page.