raise ImproperlyConfigured("The SECRET_KEY setting must not be empty.")django.core.exceptions.ImproperlyConfigured: The SECRET_KEY setting must not be empty.
django.db.utils.ConnectionDoesNotExist: The connection read_replica doesn't exist
--
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.
Andy Armstrong
edX | UI Architect | an...@edx.org
141 Portland Street, 9th floor
Cambridge, MA 02139
http://www.edx.orgFile "/edx/app/edxapp/edx-platform/lms/envs/common.py", line 51, in <module>
from custom_reg_form.forms import ExtraInfoForm
File "/edx/app/edxapp/edx-platform/custom_reg_form/forms.py", line 1, in <module>
from .models import ExtraInfo
File "/edx/app/edxapp/edx-platform/custom_reg_form/models.py", line 5, in <module>
USER_MODEL = getattr(settings, 'AUTH_USER_MODEL', 'auth.User')
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/__init__.py", line 48, in __getattr__
self._setup(name)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/__init__.py", line 44, in _setup
self._wrapped = Settings(settings_module)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/__init__.py", line 113, in __init__
To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/61b8af1f-dc71-456c-88ed-e7620da744ba%40googlegroups.com.