Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model class inventree_shopify.models.Product doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS. #13

Open
gniezen opened this issue Jul 17, 2024 · 1 comment

Comments

@gniezen
Copy link

gniezen commented Jul 17, 2024

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.
Copy link

Hello from Invenhost Integration app! gniezen opened this issue 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant