Skip to content

Commit 1c8eaf3

Browse files
committed
Updates from review
1 parent e80f234 commit 1c8eaf3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readthedocs/settings/base.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,8 +797,10 @@ def DOCKER_LIMITS(self):
797797
DJSTRIPE_FOREIGN_KEY_TO_FIELD = "id"
798798
DJSTRIPE_USE_NATIVE_JSONFIELD = True # We recommend setting to True for new installations
799799

800+
# Disable adding djstripe metadata to the Customer objects.
800801
# We are managing the subscriber relationship by ourselves,
801-
# since we have subscriptions attached to an organization or gold user.
802+
# since we have subscriptions attached to an organization or gold user
803+
# we can't make use of the DJSTRIPE_SUBSCRIBER_MODEL setting.
802804
DJSTRIPE_SUBSCRIBER_CUSTOMER_KEY = None
803805

804806
# Do Not Track support

0 commit comments

Comments
 (0)