Integrate automatic redis startup with the project

This commit is contained in:
2025-02-17 15:58:53 +01:00
parent 6841d96455
commit ba6e2a6402
13 changed files with 104 additions and 28 deletions

View File

@ -42,14 +42,11 @@ from pathlib import Path
import sentry_sdk
from dateutil.relativedelta import relativedelta
from django.utils.translation import gettext_lazy as _
from environs import Env
from sentry_sdk.integrations.django import DjangoIntegration
from .environ import env
from .honeypot import custom_honeypot_error
env = Env()
env.read_env()
BASE_DIR = Path(__file__).parent.parent.resolve()
# Quick-start development settings - unsuitable for production