|
11 | 11 | from utils.ninjafix import monkeypatch_ninja_uuid_converter |
12 | 12 |
|
13 | 13 | from .environment_settings import ADMIN_PREFIX |
| 14 | +from .environment_settings import ADMINS |
14 | 15 | from .environment_settings import ALLOWED_AUDIO_TYPES |
15 | 16 | from .environment_settings import ALLOWED_DOCUMENT_TYPES |
16 | 17 | from .environment_settings import ALLOWED_HOSTS |
|
31 | 32 | from .environment_settings import DATABASES |
32 | 33 | from .environment_settings import DEBUG |
33 | 34 | from .environment_settings import DEBUG_TOOLBAR |
| 35 | +from .environment_settings import DEFAULT_FROM_EMAIL |
34 | 36 | from .environment_settings import DEFAULT_THUMBNAIL_URLS |
35 | 37 | from .environment_settings import DJANGO_LOG_LEVEL |
| 38 | +from .environment_settings import EMAIL_BACKEND |
| 39 | +from .environment_settings import EMAIL_HOST |
| 40 | +from .environment_settings import EMAIL_HOST_PASSWORD |
| 41 | +from .environment_settings import EMAIL_HOST_USER |
| 42 | +from .environment_settings import EMAIL_PORT |
| 43 | +from .environment_settings import EMAIL_USE_TLS |
36 | 44 | from .environment_settings import FILETYPE_ICONS |
37 | 45 | from .environment_settings import HITCOUNT_EXCLUDE_USER_GROUP |
38 | 46 | from .environment_settings import HITCOUNT_HITS_PER_IP_LIMIT |
|
44 | 52 | from .environment_settings import NGINX_PROXY |
45 | 53 | from .environment_settings import SECRET_KEY |
46 | 54 | from .environment_settings import SECURE_PROXY_SSL_HEADER |
| 55 | +from .environment_settings import SERVER_EMAIL |
47 | 56 | from .environment_settings import SESSION_COOKIE_SECURE |
48 | 57 |
|
49 | 58 | # get BMA_VERSION from package registry |
|
0 commit comments