This fixed #86 by adding parameters in openedx to get the instance config and removes the hardcoded values. The following new parameters are there -
--instance-account-page - Removed as it was useless
--instance-course-prefix
--instance-course-page
--instance-login-page
--favicon-url - This has the default value for the favicon URL and hence no fallback mechanism is needed now.
I have added default values for these so that running is easier.
The following parameters are removed -
--lang - Removed as we create in eng only for now. When we add proper multilingual support, we would add the --language parameter.
This fixed #86 by adding parameters in openedx to get the instance config and removes the hardcoded values. The following new parameters are there -
--instance-account-page- Removed as it was useless