This commit is contained in:
Oliver Falk
2019-02-13 10:05:11 +01:00
parent 8e571e7f51
commit bfbfd62375

View File

@@ -16,7 +16,7 @@ before_script:
test_and_coverage:
stage: test
script:
- echo 'from ivatar.settings import TEMPLATES # noqa' > config_local.py
- echo 'from ivatar.settings import TEMPLATES' > config_local.py
- echo 'TEMPLATES[0]["OPTIONS"]["debug"] = True' >> config_local.py
- echo "DEBUG = True" >> config_local.py
- python manage.py collectstatic --noinput