api done
This commit is contained in:
5
backend/thirdparty/gopay/apps.py
vendored
5
backend/thirdparty/gopay/apps.py
vendored
@@ -3,4 +3,7 @@ from django.apps import AppConfig
|
||||
|
||||
class GopayConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'gopay'
|
||||
# Must be the full dotted path to this app package
|
||||
name = 'thirdparty.gopay'
|
||||
# Optional short label used in DB table names and admin
|
||||
label = 'gopay'
|
||||
|
||||
Reference in New Issue
Block a user