Hi all,
I'm having issues to add new fields to registration fields. I followed the
OpenedX guide
(http://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/latest/configuration/customize_registration_page.html)
using the Custom Form App (https://github.com/open-craft/custom-form-app).
I also tried to create my own form, but I'm getting the same error:
raise ImproperlyConfigured("The SECRET_KEY setting must not be empty.")
>
> django.core.exceptions.ImproperlyConfigured: The SECRET_KEY setting must
>> not be empty.
>
>
I've already tried to add a SECRET_KEY to python global_settings.py, but
then I get a database error:
django.db.utils.ConnectionDoesNotExist: The connection read_replica doesn't
> exist
I also already set a conf do my DATABASES variable, but I keep getting
further errors, so I suppose I'm doing something wrong.
These are the steps I'm taking:
1. Cloning custom_form_app;
2. Pip install;
3. Copying the custom_reg_form to /edx-platform
4. Adding it to ADDL_INSTALLED_APPS on lms.env.json
5. Editting common.py to enable custom reg forms, importing it and setting
REGISTRATION_EXTENSION_FORM to ExtraInfoForm
Am I missing something?
--
You received this message because you are subscribed to the Google Groups
"General Open edX discussion" group.
To view this discussion on the web visit
https://groups.google.com/d/msgid/edx-code/95b6434c-7242-4c30-a78e-77a3e6ca8c84%40googlegroups.com.