Fix test settings
This commit is contained in:
parent
db78f1a9cf
commit
353992441b
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
|
@ -14,6 +14,8 @@ PASSWORD_HASHERS = ["django.contrib.auth.hashers.MD5PasswordHasher"]
|
|||
# https://docs.djangoproject.com/en/dev/ref/settings/#email-backend
|
||||
EMAIL_BACKEND = "django.core.mail.backends.locmem.EmailBackend"
|
||||
|
||||
WHITENOISE_MANIFEST_STRICT = False
|
||||
|
||||
# Dummy data
|
||||
AWS_S3_ACCESS_KEY_ID = "SOMEKEY"
|
||||
AWS_S3_SECRET_ACCESS_KEY = "SOMEACCESSKEY"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="VBV Lernumgebung">
|
||||
<meta name="author" content="Iterativ GmbH">
|
||||
<link rel="icon" href="{% static 'images/favicons/favicon.ico' %}">
|
||||
<link rel="icon" href="/static/images/favicons/favicon.ico">
|
||||
|
||||
{% block css %}
|
||||
<link href="/static/fonts/BuenosAires/stylesheet.css" rel="stylesheet">
|
||||
|
|
|
|||
Loading…
Reference in New Issue