|
@ -16,6 +16,9 @@ from pathlib import Path |
|
|
|
|
|
|
|
|
from django.core.exceptions import ImproperlyConfigured |
|
|
from django.core.exceptions import ImproperlyConfigured |
|
|
|
|
|
|
|
|
|
|
|
# prefix for urls in mails |
|
|
|
|
|
URLPREFIX = 'http://localhost:8000' |
|
|
|
|
|
|
|
|
# mails in development go to stdout |
|
|
# mails in development go to stdout |
|
|
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' |
|
|
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' |
|
|
|
|
|
|
|
|