Update webhook page
This commit is contained in:
@ -8,7 +8,6 @@ from platformdirs import user_data_dir
|
||||
|
||||
load_dotenv(dotenv_path=find_dotenv(), verbose=True)
|
||||
|
||||
|
||||
DATA_DIR = Path(
|
||||
user_data_dir(
|
||||
appname="TTVDrops",
|
||||
@ -28,7 +27,6 @@ sentry_sdk.init(
|
||||
profiles_sample_rate=0.2,
|
||||
)
|
||||
|
||||
|
||||
BASE_DIR: Path = Path(__file__).resolve().parent.parent
|
||||
ADMINS: list[tuple[str, str]] = [("Joakim Hellsén", "tlovinator@gmail.com")]
|
||||
WSGI_APPLICATION = "config.wsgi.application"
|
||||
@ -89,7 +87,6 @@ MIDDLEWARE: list[str] = [
|
||||
"simple_history.middleware.HistoryRequestMiddleware",
|
||||
]
|
||||
|
||||
|
||||
TEMPLATES = [
|
||||
{
|
||||
"BACKEND": "django.template.backends.django.DjangoTemplates",
|
||||
|
Reference in New Issue
Block a user