Skip to main content

An Open edX plugin to enable SysAdmin panel

Project description

This is a django app plugin extracted from edx-platform which enables certian users to perform some specific operations in Open edX environment (which are described under Features section below). Earlier, Sysadmin Dashboard was a part of edx-platform, however starting from lilac release of Open edX the sysadmin panel has been removed and transitioned to as separate plugin.

NOTE: It is recommended that you use edx-sysadmin plugin with Open edX’s lilac release and successors. If you wish to use the Sysadmin Dashboard with Open edX releases before lilac you don’t have to install this plugin and can simply enable ENABLE_SYSADMIN_DASHBOARD feature flag in environment files (e.g lms.yml or lms.env.json) to access sysadmin dashboard features.

Features

edx-sysadmin provides different features such as:

  • Register Users:
    • You can register new user accounts with an easy to use form via Users tab.

  • Delete Courses:
    • You can delete any course by using a course ID or directory via Courses tab.

  • Git Import:
    • You can import any course maintained through a git repository via Git Import tab.

  • Git Logs
    • You can check the logs for all imported courses through git via Git Logs tab.

Installing The Plugin

  • You can install the plugin into your Open edX environment using PyPI e.g. pip install edx-sysadmin or directly from github e.g. pip install https://github.com/mitodl/edx-sysadmin.git

  • Once you have installed the plugin you can visit <EDX_BASE_URL>/sysadmin to access the plugin features.

  • If you decide to make your own changes in the plugin you can go to Development Workflow section below.

Note: In some cases you might need to restart edx-platform after installing the plugin to reflect the changes.

Development Workflow

For development you need to install this plugin into your Open edX instance.

# Clone edx-sysadmin to a directory which can be accessed from inside lms container i.e. ``src`` folder of
# Open edX devstack setup, which is present under root directory (sibling directory of edx-platform directory)
# and mapped at ``/edx/src`` inside edx-platform's lms container.
cd src
git clone git@github.com:mitodl/edx-sysadmin.git

# Open LMS shell
cd ../devstack
make lms-shell

# Remove edx-sysadmin plugin if already installed
pip uninstall edx-sysadmin

# Install plugin in editable mode
pip install -e /edx/src/edx-sysadmin

# If edx-sysadmin plugin doesn't reflect anything you can simply restart lms container (optional)
make lms-restart

After installation the plugin should be directly getting served through your edx-sysadmin cloned repo (present at src folder) and you can do live changes to the plugin and they will be reflected in your Open edX instance.

Testing

edx-sysadmin tests are dependednt on edx-platform that’s why they can only be run from inside of lms shell

# Enter LMS shell
cd devstack
make lms-shell

# Go to the directory where edx-sysadmin is mapped inside container i.e. ``/edx/src/edx-sysadmin``
cd /edx/src/edx-sysadmin

# Install requirements for running tests (you can also install requirements inside a virtual environment)
pip install -r ./requirements/quality.txt

# Run Pytest
pytest .

# Run black formatter
black --check .

# Run Pycodestyle
pycodestyle edx_sysadmin tests

# Run Pylint
pylint ./edx_sysadmin

License

The code in this repository is licensed under the AGPL 3.0 unless otherwise noted. Please see LICENSE.txt for details.

How To Contribute

Contributions are very welcome. Even though they were written with edx-platform in mind, the guidelines should be followed in all Open edX projects including this plugin.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

edx-sysadmin-0.1.1.tar.gz (41.0 kB view details)

Uploaded Source

Built Distribution

edx_sysadmin-0.1.1-py2.py3-none-any.whl (47.2 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file edx-sysadmin-0.1.1.tar.gz.

File metadata

  • Download URL: edx-sysadmin-0.1.1.tar.gz
  • Upload date:
  • Size: 41.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.0

File hashes

Hashes for edx-sysadmin-0.1.1.tar.gz
Algorithm Hash digest
SHA256 dd79375310353418bf47e8edaea4230e647267c0cc4e102ebd61d4089fd04a37
MD5 eae5735ba7b9c8a7bcd1b3d1ae23ab75
BLAKE2b-256 b9debfeba635888ee6e692249b0a71b1a6ab95fec8805df2401868b3c551dac2

See more details on using hashes here.

File details

Details for the file edx_sysadmin-0.1.1-py2.py3-none-any.whl.

File metadata

  • Download URL: edx_sysadmin-0.1.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 47.2 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.0

File hashes

Hashes for edx_sysadmin-0.1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 56b8173b377ded1ce0d1d3f59d9c063a10bad561411b8a07f4cd9c918de25fed
MD5 42e26f879ea0e6c95aae763a0f70b8aa
BLAKE2b-256 7d7b929f81452196aaeb3d6c45e473e19ec032415cd36928e212088b33026ebb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page