- Installed OpenEdx(IronWood) on Linux
- Goal: Adding Custom Fields to the Registration Page
- Problem: According to this doc it is referring to
lms.yml
andstudios.yml
which is not there in my project directory. I found sub-directories./devstack-workspace/edx-platform/lms/devstack.yml
and./devstack-workspace/edx-platform/cms/devstack.yml
to be quite similar but then variables likeREGISTRATION_EXTENSION_FORM
orADDL_INSTALLED_APPS
were nowhere to be seen.
Ques: Where can I find these variables/files?