You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My CMservice setup pulled in a version of Flask (Flask-0.12.2-py3.5) that now(?) requires a secret_key to start. Problem is resolved by adding a line like this:
My CMservice setup pulled in a version of Flask (Flask-0.12.2-py3.5) that now(?) requires a secret_key to start. Problem is resolved by adding a line like this:
SECRET_KEY="somesecretkeywhatever"To settings.cfg