Try logging output

This commit is contained in:
Joachim
2021-05-29 13:44:43 +02:00
parent cc0881b11c
commit fbb262fe88
2 changed files with 19 additions and 0 deletions

View File

@ -177,6 +177,9 @@ USE_L10N = True
USE_TZ = True
NOSE_ARGS = ['--nocapture',
'--nologcapture',]
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/3.2/howto/static-files/