Prod live updates
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user