We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80f234 commit 1c8eaf3Copy full SHA for 1c8eaf3
readthedocs/settings/base.py
@@ -797,8 +797,10 @@ def DOCKER_LIMITS(self):
797
DJSTRIPE_FOREIGN_KEY_TO_FIELD = "id"
798
DJSTRIPE_USE_NATIVE_JSONFIELD = True # We recommend setting to True for new installations
799
800
+ # Disable adding djstripe metadata to the Customer objects.
801
# We are managing the subscriber relationship by ourselves,
- # 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.
804
DJSTRIPE_SUBSCRIBER_CUSTOMER_KEY = None
805
806
# Do Not Track support
0 commit comments