1 # This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
4 # Django settings for wolnelektury project.
6 from sentry_sdk.integrations.django import DjangoIntegration
12 from .contrib import *
18 # Load localsettings, if they exist
20 from wolnelektury.localsettings import *
25 # If Celery broker not configured, enable always-eager mode.
29 CELERY_TASK_ALWAYS_EAGER = True
39 integrations=[DjangoIntegration()]
43 # Dummy secret key for development.
48 SECRET_KEY = 'not-a-secret-key'