Pamela Fox commited on
Commit
6ed6fd6
·
1 Parent(s): 886a656

Add setting module to .env.test for Github actions

Browse files
Files changed (1) hide show
  1. .env.test +2 -1
.env.test CHANGED
@@ -1,2 +1,3 @@
1
- # This file is checked in, so it should NOT contains keys or secrets
2
  STATIC_BACKEND=django.contrib.staticfiles.storage.StaticFilesStorage
 
 
1
+ # This file is checked in, so it should NOT contain keys or secrets
2
  STATIC_BACKEND=django.contrib.staticfiles.storage.StaticFilesStorage
3
+ DJANGO_SETTINGS_MODULE="quizsite.settings"