Did you update the key setting in the various auth files? This blog post
has a good summary of the steps:

https://notestomyselfsite.wordpress.com/2016/03/24/generating-a-new-django-secret_key-for-open-edx/

I hope this helps.

 - Andy

On Thu, Oct 6, 2016 at 3:36 PM, <rkataoka....@gmail.com> wrote:

> 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
> <https://groups.google.com/d/msgid/edx-code/95b6434c-7242-4c30-a78e-77a3e6ca8c84%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>



-- 

*Andy Armstrong*

edX | UI Architect  | an...@edx.org

141 Portland Street, 9th floor

Cambridge, MA 02139
http://www.edx.org <http://www.edxonline.org/>

[image:
http://www.e-learn.nl/media/blogs/e-learn/edX_Logo_Col_RGB_FINAL.jpg?mtime=1336074566]

-- 
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/CAG2ZmnCs-oCXpwfxWb0uX2qbxoRr8Bt%3DJyEJWoy_afkyphWpQw%40mail.gmail.com.

Reply via email to