appsembler / custom_registration_form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To Use:

  1. Install with pip install -e . within this folder on the edx platform virtual environment.
  2. Add "custom_reg_form" to the "ADDL_INSTALLED_APPS" array in lms.env.json (you may have to create it if it doesn't exist.)
  3. Set "REGISTRATION_EXTENSION_FORM" to "custom_reg_form.forms.ExtraInfoForm" in lms.env.json.
  4. Run migrations.
  5. Start/restart the LMS.

About


Languages

Language:Python 100.0%