- Login to your edx instance and change to edxapp user, activate edx platform virtual environment and cd into exd-platform folder.
- With the following command create new app.
./manage.py lms startapp extrainfo
- Copy and paste the codes of admin.py, forms.py and models.py files to the newly created app.
- Add the newly cretaed app and form to your lms.env.json file just like this.
"ADDL_INSTALLED_APPS":["extrainfo"], "REGISTRATION_EXTENSION_FORM": "extrainfo.forms.ExtraInfoForm",
- Run migrations.
- Start/restart the LMS.
-
Notifications
You must be signed in to change notification settings - Fork 0
CamaraEducation/cla_custom_field
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published