Prod live updates

This commit is contained in:
2025-04-23 09:33:58 -05:00
parent 992750dc55
commit 627bff8074
6 changed files with 90 additions and 114 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ MIDDLEWARE = [
]
ROOT_URLCONF = "scha.urls"
CSRF_TRUSTED_ORIGINS = ["https://schawheaton.aimloperations.com","https://www.schawheaton.aimloperations.com", "https://www.schawheaton.com", "https://schawheaton.com"]
TEMPLATES = [
{
"BACKEND": "django.template.backends.django.DjangoTemplates",
+1
View File
@@ -23,6 +23,7 @@ from django.conf import settings
from schasite.views import stripe_cancelled, stripe_success, stripe_webhook
urlpatterns = [
path("schasite/", include("schasite.urls")),
path("", include("schasite.urls")),
path("success/", stripe_success),
path("cancelled/", stripe_cancelled),