mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-11-26 18:47:10 +00:00
8 lines
218 B
Python
8 lines
218 B
Python
# Copyright (C) 2020 by Animath
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
# Database
|
|
# https://docs.djangoproject.com/en/3.0/ref/settings/#databases
|
|
|
|
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
|