greenelab / connectivity-search-backend

Django backend for hetnet connectivity search
https://search-api.het.io
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Fix errors in setup.py #13

Closed dhimmel closed 5 years ago

dhimmel commented 5 years ago

Reverts errors introduced in https://github.com/greenelab/hetmech-backend/commit/e72b7fc665f7ad7da0756a9dcaccc2cb0b4ac188

SECRET_KEY is not for the database and must exist or Django will not start up. https://docs.djangoproject.com/en/2.1/ref/settings/#std:setting-SECRET_KEY

Removes duplicate commas

dongbohu commented 5 years ago

I forgot that SECRET_KEY is required by Django. Don't you think we should put it in secrets.yml too?

dhimmel commented 5 years ago

Don't you think we should put it in secrets.yml too?

yeah eventually, when we are ready to run django on the cloud instance.