dodani testovi
This commit is contained in:
Binary file not shown.
@@ -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'
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user