Pamela Fox
commited on
Commit
·
6ed6fd6
1
Parent(s):
886a656
Add setting module to .env.test for Github actions
Browse files
.env.test
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
-
# This file is checked in, so it should NOT
|
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"
|