ecommerce/billing/apps.py
2018-09-10 23:16:35 +03:00

6 lines
89 B
Python

from django.apps import AppConfig
class BillingConfig(AppConfig):
name = 'billing'