Product-Manager/z3/product-manager-backend/products/apps.py
2022-05-22 17:33:07 +05:30

6 lines
91 B
Python

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