commit
This commit is contained in:
3
backend/thirdparty/stripe/apps.py
vendored
3
backend/thirdparty/stripe/apps.py
vendored
@@ -3,4 +3,5 @@ from django.apps import AppConfig
|
||||
|
||||
class StripeConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'stripe'
|
||||
name = 'thirdparty.stripe'
|
||||
label = "stripe"
|
||||
|
||||
Reference in New Issue
Block a user