quota, distribution, inventory entry, quota sale transaction, product informations, signals ,....
This commit is contained in:
@@ -4,3 +4,6 @@ from django.apps import AppConfig
|
||||
class WarehouseConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'apps.warehouse'
|
||||
|
||||
def ready(self):
|
||||
import apps.warehouse.signals
|
||||
|
||||
Reference in New Issue
Block a user