How to log in to a local Django project¶

By default, Divio Cloud projects include the Aldryn SSO addon.

This allows you to log in to any of your projects automatically (whether locally, on the testenvironment 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.

  • Create new Django super user.
  • Login with an existing user (if you’ve previously logged in on the Test server, your user willhave been created automatically in the database).
  • Sign in with a Django user created for example with manage.py createsuperuser.'Options for local log-in'

原文: http://docs.divio.com/en/latest/how-to/local-project-log-in.html