diff --git a/readthedocs/settings/base.py b/readthedocs/settings/base.py index 78a5a5df758..951918ee10d 100644 --- a/readthedocs/settings/base.py +++ b/readthedocs/settings/base.py @@ -176,7 +176,7 @@ def INSTALLED_APPS(self): # noqa 'django_filters', 'polymorphic', 'simple_history', - 'djstripe', + # 'djstripe', # our apps 'readthedocs.projects', diff --git a/readthedocs/urls.py b/readthedocs/urls.py index 7675c573396..d06e9fd4fa6 100644 --- a/readthedocs/urls.py +++ b/readthedocs/urls.py @@ -57,7 +57,7 @@ # For testing the 500's with DEBUG on. re_path(r'^500/$', handler500), # Put this as a unique path for the webhook, so we don't clobber existing Stripe URL's - re_path(r"^djstripe/", include("djstripe.urls", namespace="djstripe")), + # re_path(r"^djstripe/", include("djstripe.urls", namespace="djstripe")), ] project_urls = [