Product-Manager/product-manager-backend/products/apps.py
2022-04-25 17:37:08 +05:30

6 lines
91 B
Python

from django.apps import AppConfig
class ProductsConfig(AppConfig):
name = 'products'