dodani testovi

This commit is contained in:
2024-01-15 11:49:58 +01:00
parent 9908fcad02
commit ade8ea32e2
14 changed files with 307 additions and 12 deletions

View File

@@ -99,6 +99,10 @@ DATABASES = {
}
}
DATABASES["default"]["TEST"] = {
"NAME": ENV_STR("DATABASE_TEST_NAME", "test_plovidba_dev_db")
}
# Password validation
# https://docs.djangoproject.com/en/4.2/ref/settings/#auth-password-validators
@@ -173,3 +177,5 @@ TEMP_DIR = os.path.join(BASE_DIR, "temp")
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'