How to log in to a local Django application#

By default, Divio applications include the Aldryn SSO addon.

This allows you to log in to any of your applications automatically (whether locally, on the test environment or the live server) with your credentials provided to the Control Panel.

When you reach a log-in page locally, Aldryn SSO will offer you various options.

  1. Create new Django super user.

  2. Login with an existing user (if you’ve previously logged in on the Test server, your user will have been created automatically in the database).

  3. Sign in with a Django user created for example with manage.py createsuperuser.

'Options for local log-in'