Commit ce2d1d81 by Renzo Lucioni

Export DJANGO_SETTINGS_MODULE in docker-compose environment

parent a8f3a501
......@@ -42,5 +42,6 @@ services:
DB_PASSWORD: "password"
DB_PORT: "3306"
DB_USER: "discov001"
DJANGO_SETTINGS_MODULE: "course_discovery.settings.test"
ENABLE_DJANGO_TOOLBAR: 1
TEST_ELASTICSEARCH_URL: "http://es:9200"
......@@ -22,8 +22,6 @@ make requirements.js
cd docs && make html
cd ..
export DJANGO_SETTINGS_MODULE=course_discovery.settings.test
# Check if translation files are up-to-date
make validate_translations
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment