ecommerce/billing/apps.py

6 lines
89 B
Python
Raw Permalink Normal View History

2018-09-10 23:16:35 +03:00
from django.apps import AppConfig
class BillingConfig(AppConfig):
name = 'billing'