X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/0b3783ec46a66fc06e1fd0323303146dac4cd620..f1c6ff102206aa2b0903d61eb648691d5e2e028c:/redakcja/settings/__init__.py diff --git a/redakcja/settings/__init__.py b/redakcja/settings/__init__.py index 68a2c2f5..39823f5d 100644 --- a/redakcja/settings/__init__.py +++ b/redakcja/settings/__init__.py @@ -20,7 +20,8 @@ DATABASES = { CONSTANCE_CONFIG = { 'NOTIFY_EMAIL': ('zofia.radziwill@nowoczesnapolska.org.pl', - 'e-mail address for notifications about new organizations and published projects'), + 'e-mail addresses (separated with semicolons) to be notified about new organizations ' + 'and published documents'), } CONSTANCE_BACKEND = 'constance.backends.database.DatabaseBackend'