Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 526 Bytes

README_INSTALLATION_TROUBLESHOOTING.md

File metadata and controls

17 lines (9 loc) · 526 Bytes

README for API Installation Troubleshooting

Back to root README

Back to README for API Installation

Unable to set the SECRET_KEY variable

Problem: I see this error when I run this python manage.py runserver:

django.core.exceptions.ImproperlyConfigured: Unable to set the SECRET_KEY variable from os.environ or JSON file

Solution:

  1. Look in WeVoteServer/config

  2. Make sure you made a copy from environment_variables-template.json to environment_variables.json