Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

How to view/update the Django admin console.

Note that these instructions are for use with devstack. If you are using a full-stack environment, some variations are required; for edX sandboxes, see the instructions on Managing OpenEdX Tips and Tricks.

Step-by-step guide


  1. First, let's log in to your vagrant instance:

    $ vagrant ssh
  2. Switch to the edxapp user:

    $ sudo su edxapp
  3. Create your user

    $ ./manage.py lms manage_user --help
    $ ./manage.py lms manage_user username username@example.com --superuser --settings=devstack
  4. Confirm that you have access to the admin portal by logging in with your new account to LMS Admin

  • No labels