I’m building a Django project and I have a Django app for the login, which I called members. The project is behind the login, so all the URLs redirect to the login page if the user is not logged. If the user inputs an existing user and password, the user can access to the site. This workd OK. If the