crowdbotics-apps / new-app-15893

This empty application was built with Crowdbotics www.crowdbotics.com
0 stars 1 forks source link

Create “Login” backend authentication #9

Open crowdbotics-apps opened 4 years ago

crowdbotics-apps commented 4 years ago
  1. Make sure you have django.contrib.auth in your INSTALLED_APPS and the authentication middleware properly configured in the MIDDLEWARE_CLASSES settings.

  2. Configure the URL route for the login.

  3. Create a login template.

  4. Customize the login view as much as necessary.

  5. Redirect the login to the desired page.

  6. Customize the logical behind the login as much as needed.