This commit is contained in:
2025-11-07 17:43:37 +01:00
parent c3f837b90f
commit a645c87020
47 changed files with 238 additions and 2203 deletions

View File

@@ -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'