Product-Manager/z3/product-manager-backend/products/apps.py

6 lines
91 B
Python
Raw Normal View History

2022-04-25 12:07:08 +00:00
from django.apps import AppConfig
class ProductsConfig(AppConfig):
name = 'products'