add basic product search
This commit is contained in:
6
products/apps.py
Normal file
6
products/apps.py
Normal file
@ -0,0 +1,6 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ProductsConfig(AppConfig):
|
||||
name = 'products'
|
||||
verbose_name = "Products"
|
||||
Reference in New Issue
Block a user