plateforme-corres2math/corres2math/settings_dev.py

8 lines
218 B
Python
Raw Normal View History

2020-12-26 20:26:26 +00:00
# Copyright (C) 2020 by Animath
# SPDX-License-Identifier: GPL-3.0-or-later
2020-09-20 20:31:37 +00:00
# Database
# https://docs.djangoproject.com/en/3.0/ref/settings/#databases
2020-09-22 17:37:37 +00:00
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'