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

Warning about Item model #17

Open
FireZenk opened this issue Sep 14, 2015 · 1 comment
Open

Warning about Item model #17

FireZenk opened this issue Sep 14, 2015 · 1 comment

Comments

@FireZenk
Copy link

/myapp/lib/python2.7/site-packages/cart/models.py:26: RemovedInDjango19Warning: 
Model class cart.models.Item doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. 
This will no longer be supported in Django 1.9.
  class Item(models.Model):

Any suggested solution?

@bmentges
Copy link
Owner

I will investigate this and get a solution ready. If you have any suggestions I appreciate a pull request. Thanks

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

2 participants