2021-04-04 16:55:40 +03:00

6 lines
91 B
Python

from django.apps import AppConfig
class PaymentsConfig(AppConfig):
name = 'payments'