mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-30 00:27:02 -05:00
feat: Implement MFA authentication, add ride statistics model, and update various services, APIs, and tests across the application.
This commit is contained in:
@@ -10,6 +10,7 @@ This module extends base.py with production-specific configurations:
|
||||
"""
|
||||
|
||||
from decouple import config
|
||||
|
||||
from .base import * # noqa: F401,F403
|
||||
|
||||
# =============================================================================
|
||||
@@ -244,8 +245,8 @@ SENTRY_DSN = config("SENTRY_DSN", default="")
|
||||
|
||||
if SENTRY_DSN:
|
||||
import sentry_sdk
|
||||
from sentry_sdk.integrations.django import DjangoIntegration
|
||||
from sentry_sdk.integrations.celery import CeleryIntegration
|
||||
from sentry_sdk.integrations.django import DjangoIntegration
|
||||
from sentry_sdk.integrations.redis import RedisIntegration
|
||||
|
||||
sentry_sdk.init(
|
||||
|
||||
Reference in New Issue
Block a user