I'm getting the following error and I'm not quite sure what to make of it?
Traceback (most recent call last):
File "/opt/inventree/env/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/opt/inventree/env/lib/python3.9/site-packages/inventree_shopify/ShopifyPlugin.py", line 165, in view_index
from .models import InventoryLevel, Product
File "/opt/inventree/env/lib/python3.9/site-packages/inventree_shopify/models.py", line 13, in <module>
class Product(models.Model):
File "/opt/inventree/env/lib/python3.9/site-packages/django/db/models/base.py", line 134, in __new__
raise RuntimeError(
RuntimeError: Model class inventree_shopify.models.Product doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.
I'm getting the following error and I'm not quite sure what to make of it?