Skip to content

open-craft/custom-form-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To Use:

  1. Install with pip install -e . within this folder within 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

An example app that can be used as a template for extending the registration form in the OpenEdx LMS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages